ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / FooterStyle Property

In This Topic
    FooterStyle Property (C1ListBase)
    In This Topic
    Returns the Style object that controls the appearance of column footers.
    Syntax
    'Declaration
     
    
    Public Property FooterStyle As Style
    public Style FooterStyle {get; set;}
    Remarks
    By default, this is the built-in Footing style.
    See Also