Skip to main content
Tab

ASPxVerticalGrid.VisibleRecordCount Property

Gets the number of visible records within the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public int VisibleRecordCount { get; }

#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:

ASPxVerticalGrid-VisibleRecordCount

For more information, see Data Paging

See Also