VGridAppearanceCollection.Empty Property
In This Article
Provides appearance settings used to paint the empty area of the control.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public AppearanceObject Empty { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Use the BackColor, BackColor2 and GradientMode properties of the Empty object to specify the background colors and gradient mode used to fill the empty area of the control.
See the Appearances topic for more information on customizing appearances.
See Also