'Declaration Public Property RowHeaderSelectedBackground As Windows.UI.Xaml.Media.Brush
public Windows.UI.Xaml.Media.Brush RowHeaderSelectedBackground {get; set;}
'Declaration Public Property RowHeaderSelectedBackground As Windows.UI.Xaml.Media.Brush
public Windows.UI.Xaml.Media.Brush RowHeaderSelectedBackground {get; set;}
This property allows you to highlight headers that correspond to the current selection, making it easier for the user to identify the selection (as in Excel).
Setting this property to null causes all row headers to be rendered using the brush defined by the RowHeaderBackground property.