Skip to main content
Tab

CalendarSelection.Count Property

Gets the number of items in 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 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