RowDivider Property (C1TrueDBGrid)
In This Topic
Gets the
C1.Win.C1TrueDBGrid.Util.GridLines style of the border drawn between grid rows.
Syntax
'Declaration
Public ReadOnly Property RowDivider As GridLines
public GridLines RowDivider {get;}
See Also