True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1DisplayColumn Class / Button Property

In This Topic
    Button Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether a dropdown button will be displayed in this column.
    Syntax
    'Declaration
     
    Public Property Button As System.Boolean
    public System.bool Button {get; set;}
    See Also