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

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