C1.WinUI.GridControl Assembly / C1.WinUI.Grid Namespace / GridControlCellView Class / IsSelected Property
In This Topic
IsSelected Property (GridControlCellView)
In This Topic
Gets or sets whether the cell is selected.
Syntax
public bool IsSelected {get; set;}
Remarks
The property SelectedTimes gives more control over the times the cell is selected.
See Also