Version

CalendarSelectedDates Class Properties

For a list of all members of this type, see CalendarSelectedDates members.

Public Properties
 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyHasRangeChecks if range of selected dates is set.  
Public PropertyIndividualDatesGets array of individually selected dates as DateTime objects or null.  
Public PropertyItemGets reference to selected day at particular index.  
Public PropertyRangeMaxGets sets maximum date of the range of selected in the calendar.  
Public PropertyRangeMinGets sets minimum date of the range of selected in the calendar.  
Protected Properties
 NameDescription
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
See Also