Back to Devexpress

LayoutViewAppearances.ViewBackground Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewappearances-f5a4d45f.md

latest1.5 KB
Original Source

LayoutViewAppearances.ViewBackground Property

Gets the appearance settings used to paint a LayoutView’s background.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject ViewBackground { get; }
vb
Public ReadOnly Property ViewBackground As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object which provides corresponding appearance settings.

|

Remarks

Use this property to specify the background color or background image for a LayoutView.

See Also

LayoutViewAppearances Class

LayoutViewAppearances Members

DevExpress.XtraGrid.Views.Layout Namespace