Back to Devexpress

LayoutView.PaintAppearance Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-314fdf4b.md

latest2.3 KB
Original Source

LayoutView.PaintAppearance Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public LayoutViewAppearances PaintAppearance { get; }
vb
<Browsable(False)>
Public ReadOnly Property PaintAppearance As LayoutViewAppearances

Property Value

TypeDescription
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

Appearance

Appearance and Conditional Formatting

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace