VGridControl.RecordCount Property
In This Article
Gets the number of records in the control, fitting the currently applied data filter.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#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