True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / ButtonStretch Property

In This Topic
    ButtonStretch Property (C1DataColumn)
    In This Topic
    Gets or sets the stretch type of the drop-down button in a column

    Default is C1.Framework.Stretch.Fill.

    Syntax
    'Declaration
     
    Public Property ButtonStretch As C1.Framework.Stretch
    public C1.Framework.Stretch ButtonStretch {get; set;}
    Remarks
    This only has an effect when C1DisplayColumn.Button is true.
    See Also