Back to Devexpress

LayoutViewAppearances.SeparatorLine Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewappearances-dc314a7b.md

latest1.6 KB
Original Source

LayoutViewAppearances.SeparatorLine Property

Gets the appearance settings used to paint card separators.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object providing appearance settings for painting card separators.

|

Remarks

See Appearance and Conditional Formatting for information on appearances.

See Also

LayoutViewAppearances Class

LayoutViewAppearances Members

DevExpress.XtraGrid.Views.Layout Namespace