Back to Devexpress

TabPanelCustomizeEventArgs.Rows Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-tabpanelcustomizeeventargs-d6954beb.md

latest1.4 KB
Original Source

TabPanelCustomizeEventArgs.Rows Property

Gets the collection of rows in the property grid.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public VGridRows Rows { get; }
vb
Public ReadOnly Property Rows As VGridRows

Property Value

TypeDescription
VGridRows

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

|

See Also

Rows

TabPanelCustomizeEventArgs Class

TabPanelCustomizeEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace