FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlCellView Class / IsSelected Property

In This Topic
    IsSelected Property (GridControlCellView)
    In This Topic
    Gets or sets whether the cell is selected.
    Syntax
    'Declaration
     
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    Remarks
    The property SelectedTimes gives more control over the times the cell is selected.
    See Also