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

In This Topic
    ButtonFooter Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether a column footer will act like a button.
    Syntax
    'Declaration
     
    
    Public Property ButtonFooter As Boolean
    public bool ButtonFooter {get; set;}
    See Also