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

In This Topic
    ColumnHeaderRows Property
    In This Topic
    Gets the collection of rows of the column headers.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnHeaderRows As GridRowCollection
    public GridRowCollection ColumnHeaderRows {get;}
    See Also