LayoutViewAppearances.ViewBackground Property
In This Article
Gets the appearance settings used to paint a LayoutView’s background.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject ViewBackground { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Use this property to specify the background color or background image for a LayoutView.
See Also