Skip to main content
A newer version of this page is available. .

LayoutViewAppearances.SeparatorLine Property

Gets the appearance settings used to paint card separators.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

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