Back to Devexpress

VGridControlBase.RecordCount Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-70913604.md

latest1.5 KB
Original Source

VGridControlBase.RecordCount Property

Gets the number of records within the vertical grid.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual int RecordCount { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property RecordCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

RecordsIterator

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace