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

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