Click or drag to resize
CalendarViewCollection Class
Summary description for CalendarViewCollection.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.Controls.Calendar.CollectionsCalendarViewCollection

Namespace: Kettic.AspNet.Controls.Calendar.Collections
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class CalendarViewCollection : CollectionBase, 
	IStateManager

The CalendarViewCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds a CalendarView object to the collection of CalendarDays.
Public methodAddRange
Public methodClear
Removes all CalendarView objects in the collection of CalendarDays.
Public methodClone
Public methodCloneInner
Public methodContains
Checks whether a specific CalendarView object is in the collection of CalendarDays.
Public methodCopyTo(CalendarView)
Public methodCopyTo(CalendarView, Int32)
Public methodIndexOf
Returns a zero based index of a CalendarView object depending on the passed index.
Public methodInsert
Adds a CalendarView object in the collection at the specified index.
Public methodRemove
Deletes a CalendarView object from the collection.
Public methodRemoveAt
Deletes the CalendarView object from the collection at the specified index.
Public methodRemoveRange
Public methodReverse
Reverses the order of the elements in the entire collection.
Public methodSort
Sorts the elements in the entire CalendarViewCollection using the IComparable implementation of each element.
Public methodSort(IComparer)
Sorts the elements in the entire CalendarViewCollection using the specified IComparer interface.
Public methodSort(Int32, Int32, IComparer)
Sorts the elements in the specified range using the specified IComparer interface.
Public methodToArray
Copies the elements of CalendarViewCollection to a new Array of CalendarView elements.
Top
Properties
  NameDescription
Public propertyItem
Returns a CalendarView object depending on the passed index. Only integer and string indexes are valid.
Public propertyParentCalendar
Top
See Also