Collection<T>.GetVisibleItemCount() Method
In This Article
Returns the number of visible items in an item collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Returns
Type | Description |
---|---|
Int32 | An integer value representing the number of visible items. |
#Remarks
The GetVisibleItemCount method returns the number of currently visible items. The GetVisibleItemCount method can be used together with the Collection<T>.GetVisibleItem method, to iterate through the collection of visible items.
See Also