Skip to main content
All docs
V23.2

TabPanelCustomizeEventArgs.Rows Property

Gets the collection of rows in the property grid.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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