VGridRows.Grid Property
Gets or sets the vertical grid control that owns the rows collection.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
VGridControlBase | A VGridControl object which represents the vertical grid control which the rows collection belongs to. |
See Also