FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / IsCellSelection Property

In This Topic
    IsCellSelection Property (GridCellFactory)
    In This Topic
    Gets whether the selection is composed by cells.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsCellSelection As Boolean
    public override bool IsCellSelection {get;}
    See Also