True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / RowDivider Property

In This Topic
    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