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

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