Back to Devexpress

ASPxVerticalGrid.VisibleRecordCount Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-270bfc80.md

latest1.7 KB
Original Source

ASPxVerticalGrid.VisibleRecordCount Property

Gets the number of visible records within the ASPxVerticalGrid.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public int VisibleRecordCount { get; }
vb
Public ReadOnly Property VisibleRecordCount As Integer

Property Value

TypeDescription
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

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace