Skip to main content
A newer version of this page is available. .
All docs
V20.2

TabPanelCustomizeEventArgs.Rows Property

Gets the collection of rows in the property grid.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public VGridRows Rows { get; }

Property Value

Type Description
VGridRows

An object that specifies a collection of rows in a vertical grid.

See Also