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