The DaySlot type exposes the following members.

Methods

  Name Description
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public method SetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public method ToString
Returns string representation of the Date property value.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Date
Gets a date represented by the DaySlot object or a null value if the DaySlot is empty.
Public property DayOfWeek
Gets the day of the week that this slot corresponds to.
Public property Dispatcher (Inherited from DependencyObject.)
Public property Empty
Indicates whether the DaySlot is empty, that is doesn't represent a date.
Public property IsAdjacent
Indicates whether the DaySlot represents a day from an adjacent month, but not of the month currently represented by C1CalendarItem.
Public property IsBolded
Indicates whether a day represented by the DaySlot is currently bolded in C1CalendarItem UI. This is a dependency property.
Public property IsEnabled
Indicates whether a day represented by the DaySlot is currently enabled in C1CalendarItem UI. This is a dependency property.
Public property IsSelected
Indicates whether a day represented by the DaySlot is currently selected in C1CalendarItem UI. This is a dependency property.
Public property IsToday
Indicates whether the DaySlot represents the current day.
Public property IsWeekend
Indicates whether the DaySlot represents a weekend day.
Public property Owner
Returns reference to the owning C1CalendarItem control.

See Also