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

VGridControl.RecordCount Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

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

Property Value

Type Description
Int32

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

See Also