Skip to main content

LayoutViewAppearances.ViewBackground Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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