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

ASPxVerticalGrid.VisibleRecordCount Property

Gets the number of visible records within the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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