CalendarSelection.Count Property
In This Article
Gets the number of items in the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that represents the number of items in the Calendar |
#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