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

CalendarSelection.Count Property

Gets the number of items in the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that represents the number of items in the CalendarSelection collection.

Remarks

Use this property to determine the number of items in the CalendarSelection collection. The Count property is commonly used when iterating through the collection to determine its upper bound.

Implements

System.Collections.Generic.ICollection<System.DateTime>.Count
See Also