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

VGridFormatRuleCollection.VGrid Property

Gets the Vertical Grid control that owns this collection.

Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly: DevExpress.XtraVerticalGrid.v22.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public VGridControlBase VGrid { get; }

Property Value

Type Description
VGridControlBase

An object that specifies a Vertical Grid control.

See Also