Skip to main content
A newer version of this page is available. .
All docs
V22.2

VGridControl.Appearance Property

Gets the appearance settings specific to the Vertical Grid.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v22.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public VGridAppearanceCollectionEx Appearance { get; }

Property Value

Type Description
VGridAppearanceCollectionEx

The appearance settings specific to the Vertical Grid.

Remarks

Read the folllowing help topic for detailed information on appearances: Appearances.

See Also