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

In This Topic
    RowHeaders Property (FlexGrid)
    In This Topic
    Gets the GridPanel that contains the row header cells.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowHeaders As GridPanel
    public GridPanel RowHeaders {get;}
    See Also