Back to Devexpress

CardViewAppearances.SeparatorLine Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardviewappearances-3a56ced6.md

latest1.8 KB
Original Source

CardViewAppearances.SeparatorLine Property

Gets the appearance settings used to paint the card separators.

Namespace : DevExpress.XtraGrid.Views.Card

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 the card separators.

|

Remarks

Refer to the Appearance and Conditional Formatting document for more information on appearances.

See Also

Appearance and Conditional Formatting

CardViewAppearances Class

CardViewAppearances Members

DevExpress.XtraGrid.Views.Card Namespace