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

LayoutViewAppearances.ViewBackground Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public AppearanceObject ViewBackground { get; }

Property Value

Type Description
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