ASPxVerticalGrid.VisibleRecordCount Property
Gets the number of visible records within the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of visible records within the ASPxVerticalGrid. |
Remarks
The VisibleRecordCount property returns the number of visible records displayed within all grid pages.
End-users can see the number of visible records within the pager provided that the grid’s PagerSettings.Summary.Visible property is set to true
:
For more information, see Data Paging
See Also