Skip to main content

CardViewAppearances.CardExpandButton Property

Gets the appearance settings used to paint card expand buttons.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public AppearanceObject CardExpandButton { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object which represents the appearance settings used to paint card expand buttons.

Remarks

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

See Also