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

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