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

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 CalendarDayCollection : CollectionBase, 
	IStateManager, IClientData

The CalendarDayCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds a KaxCalendarDay object to the collection of CalendarDays.
Public methodAddRange
Public methodClear
Removes all KaxCalendarDay objects in the collection of CalendarDays.
Public methodClone
Public methodCloneInner
Public methodContains
Checks whether a specific KaxCalendarDay object is in the collection of CalendarDays.
Public methodCopyTo(KaxCalendarDay)
Public methodCopyTo(KaxCalendarDay, Int32)
Public methodIndexOf
Returns a zero based index of a KaxCalendarDay object depending on the passed index.
Public methodInsert
Adds a KaxCalendarDay object in the collection at the specified index.
Public methodRemove
Deletes a KaxCalendarDay object from the collection.
Public methodRemoveAt
Deletes the KaxCalendarDay 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 CalendarDayCollection using the IComparable implementation of each element.
Public methodSort(IComparer)
Sorts the elements in the entire CalendarDayCollection 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 CalendarDayCollection to a new Array of KaxCalendarDay elements.
Top
Properties
  NameDescription
Public propertyItem
Returns a KaxCalendarDay object depending on the passed index. Only integer and string indexes are valid.
Public propertyParentCalendar
Top
See Also