FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / ColumnHeaders Property

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