Skip to main content
Tab

Collection<T>.GetVisibleItemCount() Method

Returns the number of visible items in an item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int GetVisibleItemCount()

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