IsSelected Property (DataGridColumnHeaderPresenter)
In This Topic
Gets or sets a value indicating whether the column to which this header belongs is currently selected or not.
Syntax
'Declaration
Public Property IsSelected As Boolean
public bool IsSelected {get; set;}
See Also