RowSubDividerColor Property (C1TrueDBGrid)
In This Topic
Gets or sets the color of the subrow divider in a multi-line grid.
Syntax
'Declaration
Public Property RowSubDividerColor As System.Drawing.Color
public System.Drawing.Color RowSubDividerColor {get; set;}
See Also