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

In This Topic
    RowHeaderColumns Property
    In This Topic
    Gets the collection of columns of the row header.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowHeaderColumns As GridColumnCollection
    public GridColumnCollection RowHeaderColumns {get;}
    See Also