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

In This Topic
    ButtonPicture Property (C1DataColumn)
    In This Topic
    Gets or sets the image shown in a drop-down button in a column.
    Syntax
    'Declaration
     
    Public Property ButtonPicture As System.Drawing.Image
    public System.Drawing.Image ButtonPicture {get; set;}
    See Also