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

In This Topic
    IsMultiRangeSelection Property (GridCellFactory)
    In This Topic
    Gets whether the selection can be composed by non-contiguous ranges of cells.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsMultiRangeSelection As Boolean
    public override bool IsMultiRangeSelection {get;}
    See Also