LayoutViewAppearances.ViewBackground Property
Gets the appearance settings used to paint a LayoutView’s background.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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