Back to Devexpress

VGridControl.RecordCount Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-c19e06c8.md

latest1.5 KB
Original Source

VGridControl.RecordCount Property

Gets the number of records in the control, fitting the currently applied data filter.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the number of records in the control that fit the currently applied data filter.

|

See Also

RecordsIterator

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace