LayoutView.PaintAppearance Property
Returns actual appearance settings currently used to paint the View’s elements.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
LayoutViewAppearances | A LayoutViewAppearances object which provides the appearance settings currently used to paint the View’s elements. |
Remarks
The LayoutView.Appearance property allows you to customize appearance settings used to paint the View’s various elements. If specific appearance options are left set to their default values, the View’s elements are painted using predefined default styles. The PaintAppearance property allows the actual appearance settings to be obtained. This can be used when custom painting the View’s elements.
For information on appearances, see the Appearance and Conditional Formatting document.