Back to Devexpress

VGridAppearanceCollection.Empty Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-4e9cae11.md

latest1.8 KB
Original Source

VGridAppearanceCollection.Empty Property

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject Empty { get; }
vb
Public ReadOnly Property Empty As AppearanceObject

Property Value

TypeDescription
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

Appearances

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace