ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / ColumnFooters Property

In This Topic
    ColumnFooters Property (C1List)
    In This Topic
    Specifies whether footers are displayed.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooters As Boolean
    public bool ColumnFooters {get; set;}

    Property Value

    The default value is false.
    Remarks
    Use the FooterText property to set the footing text of an individual column.
    See Also