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