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

In This Topic
    IsSelected Property (GridCellView)
    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 GridControlCellView.SelectedTimes gives more control over the times the cell is selected.
    See Also