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

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