windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-ccebd5d0.md
Gets the painted element’s appearance settings.
Namespace : DevExpress.XtraVerticalGrid.Events
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
public AppearanceObject Appearance { get; }
Public ReadOnly Property Appearance As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
A AppearanceObject object which provides the appearance settings used to paint an element.
|
Each element within a vertical grid is painted using specific appearance settings (background and foreground colors, gradient mode, font, text alignment, etc). Appearance settings are represented by AppearanceObject objects.
The Appearance property can be used in a number of ways:
See Also