BaseRow.Grid Property
Gets or sets the vertical grid control that owns the current row.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v22.2.dll
NuGet Package: DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
VGridControlBase | A VGridControl object which represents the vertical grid control that owns the current row. |
See Also