Skip to main content
A newer version of this page is available. .

LayoutView.PaintAppearance Property

Returns actual appearance settings currently used to paint the View’s elements.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
public LayoutViewAppearances PaintAppearance { get; }

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.

See Also