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

In This Topic
    FooterText Property (C1DataColumn)
    In This Topic
    Gets or sets the text displayed in the column footer.
    Syntax
    'Declaration
     
    
    Public Property FooterText As String
    public string FooterText {get; set;}
    See Also