PictureAddnewRow Property (C1TrueDBGrid)
In This Topic
Gets or sets the Image used in the record selector to indicate the AddNew row.
Syntax
'Declaration
Public Property PictureAddnewRow As System.Drawing.Image
public System.Drawing.Image PictureAddnewRow {get; set;}
See Also