Skip to main content
Tab

SelectedItemAndIndexCollectionBase.Count Property

Gets the number of items contained within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value representing the number of collection items.

Implements

See Also