Skip to main content

VGridRows.Count Property

Gets the number of elements in the collection.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public virtual int Count { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of elements contained in the collection.

See Also