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