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

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