ColumnHeaderSelectedStyle Property
In This Topic
Gets or sets the
System.Windows.Style applied to the selected column headers.
Syntax
'Declaration
Public Property ColumnHeaderSelectedStyle As Style
public Style ColumnHeaderSelectedStyle {get; set;}
See Also