The DaySlot type exposes the following members.

Methods

  Name Description
Public method ToString
Returns string representation of the Date property value.
(Overrides Object..::..ToString()()()().)

Fields

  Name Description
Public field Static member TagProperty
Identifies the Tag dependency property.

Properties

  Name Description
Public property Calendar
Returns reference to the owning C1Calendar control.
Public property Date
Gets a date represented by the DaySlot object.
Public property DayOfWeek
Gets the day of the week that this slot corresponds to.
Public property IsAdjacent
Indicates whether the DaySlot represents a day from an adjacent month, but not of the month currently represented by the C1Calendar control.
Public property IsBolded
Indicates whether a day represented by the DaySlot is currently bolded in C1Calendar UI.
Public property IsEnabled
Indicates whether a day represented by the DaySlot is currently enabled in C1Calendar UI.
Public property IsSelected
Indicates whether a day represented by the DaySlot is currently selected in C1Calendar UI.
Public property IsToday
Indicates whether the DaySlot represents the current day.
Public property IsWeekend
Indicates whether the DaySlot represents a weekend day.
Public property Tag
Gets or sets the object, containing arbitrary custom data. This is a dependency property. The default value is null.

See Also