Gets or sets the color of the subrow divider in a multi-line grid.
[Visual Basic]
Public Property RowSubDividerColor As Color
[C#]
public Color RowSubDividerColor {get;set;}
[Delphi]
public property RowSubDividerColor: Color read get_RowSubDividerColor write set_RowSubDividerColor;
Example
When the DataView is set to DataViewEnum.MultipleLines, the following code displays the row subdivider color of the grid as red:
Me.C1TrueDBGrid1.RowSubDividerColor = Color.Red
· C#
this.c1TrueDBGrid1.RowSubDividerColor = Color.Red;
· Delphi
Self.C1TrueDBGrid1.RowSubDividerColor := Color.Red;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |