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

In This Topic
    ColumnHeaderRowsCount Property (GridCellFactory)
    In This Topic
    Gets the number of rows belonging to the column headers area.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property ColumnHeaderRowsCount As Integer
    public virtual int ColumnHeaderRowsCount {get;}
    See Also