Back to Devexpress

VGridRows.Grid Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows.md

latest1.4 KB
Original Source

VGridRows.Grid Property

Gets or sets the vertical grid control that owns the rows collection.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public VGridControlBase Grid { get; }
vb
<Browsable(False)>
Public ReadOnly Property Grid As VGridControlBase

Property Value

TypeDescription
VGridControlBase

A VGridControl object which represents the vertical grid control which the rows collection belongs to.

|

See Also

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace