Skip to main content

LayoutViewAppearances.SeparatorLine Property

Gets the appearance settings used to paint card separators.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public AppearanceObject SeparatorLine { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object providing appearance settings for painting card separators.

Remarks

See Appearance and Conditional Formatting for information on appearances.

See Also