C1.WPF.DataGrid Namespace / DataGridCell Class / IsSelected Property

In This Topic
IsSelected Property (DataGridCell)
In This Topic
Gets a value indicating whether this cell is selected.
Syntax
'Declaration
 
Public ReadOnly Property IsSelected As Boolean
 

Property Value

true if this cell is selected; otherwise, false.
See Also