Skip to main content
A newer version of this page is available. .

BaseRow.Grid Property

Gets or sets the vertical grid control that owns the current row.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

[Browsable(false)]
public VGridControlBase Grid { get; }

Property Value

Type Description
VGridControlBase

A VGridControl object which represents the vertical grid control that owns the current row.

See Also