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

In This Topic
    IsMultipleSelection Property (GridCellFactory)
    In This Topic
    Gets whether the selection can be a range of cells.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsMultipleSelection As Boolean
    public override bool IsMultipleSelection {get;}
    See Also