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

In This Topic
    IsSelectionEnabled Property (GridCellFactory)
    In This Topic
    Gets whether there is any selection possible in the grid.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsSelectionEnabled As Boolean
    public override bool IsSelectionEnabled {get;}
    See Also