CardViewAppearances.CardExpandButton Property
In This Article
Gets the appearance settings used to paint card expand buttons.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject CardExpandButton { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Refer to the Appearance and Conditional Formatting document for more information on appearances.
See Also