Skip to main content
A newer version of this page is available. .

VGridControlBase.RecordCount Property

Gets the number of records within the vertical grid.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public virtual int RecordCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of records within the vertical grid.

See Also