VGridFormatRuleCollection.VGrid Property
In This Article
Gets the Vertical Grid control that owns this collection.
Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public VGridControlBase VGrid { get; }
#Property Value
Type | Description |
---|---|
VGrid |
An object that specifies a Vertical Grid control. |
See Also