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

VGridAppearanceCollection.Empty Property

Provides appearance settings used to paint the empty area of the control.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public AppearanceObject Empty { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

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