Back to Devexpress

GridViewAppearances.RowSeparator Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-0aeeacf7.md

latest1.8 KB
Original Source

GridViewAppearances.RowSeparator Property

Gets the appearance settings used to paint the row separators.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject RowSeparator { get; }
vb
Public ReadOnly Property RowSeparator As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint the row separators.

|

Remarks

For more information on appearances, see the Appearance and Conditional Formatting topic.

See Also

Appearance and Conditional Formatting

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace