The DaySlot type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ToString |
Returns string representation of the Date property value.
(Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
|
|
TagProperty |
Identifies the Tag dependency property.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Calendar |
Returns reference to the owning C1Calendar control.
|
|
|
Date |
Gets a date represented by the DaySlot object.
|
|
|
DayOfWeek |
Gets the day of the week that this slot corresponds to.
|
|
|
IsAdjacent |
Indicates whether the DaySlot represents a day from an adjacent
month, but not of the month currently represented by the C1Calendar control.
|
|
|
IsBolded |
Indicates whether a day represented by the DaySlot is currently
bolded in C1Calendar UI.
|
|
|
IsEnabled |
Indicates whether a day represented by the DaySlot is currently
enabled in C1Calendar UI.
|
|
|
IsSelected |
Indicates whether a day represented by the DaySlot is currently
selected in C1Calendar UI.
|
|
|
IsToday |
Indicates whether the DaySlot represents the current day.
|
|
|
IsWeekend |
Indicates whether the DaySlot represents a weekend day.
|
|
|
Tag |
Gets or sets the object, containing arbitrary custom data.
This is a dependency property. The default value is null.
|