Calendar Properties
The calendar that displays appointments.Name | Description |
---|---|
ActualStyleSettings | Inherited from CalendarBase. |
AppointmentMappings | Gets an object that specifies how appointment properties map to the data source fields. This is a dependency property. |
Appointments | Provides access to the appointments. Inherited from CalendarBase. |
AppointmentsSource | Gets or sets a collection of objects containing appointment information. This is a dependency property. |
Caption | Inherited from CalendarBase. |
Host | Inherited from CalendarBase. |
LabelMappings | Gets an object that specifies how label properties map to the data source fields. This is a dependency property. |
Labels | Provides access to the Calendar appointment labels collection. Inherited from CalendarBase. |
LabelsSource | Gets or sets a collection of objects containing label information. This is a dependency property. |
ResourceMappings | Gets an object that specifies how resource properties map to the data source fields. This is a dependency property. |
Resources | Provides access to the resources for appointments. Inherited from CalendarBase. |
ResourcesSource | Gets or sets a collection of objects containing resource information. This is a dependency property. |
Statuses | Provides access to the calendar’s appointment statuses collection. Inherited from CalendarBase. |
StatusesSource | Gets or sets a collection of objects containing status information. This is a dependency property. |
StatusMappings | Gets an object that specifies how status properties map to the data source fields. This is a dependency property. |
StyleSettings | Gets or sets the object that defines the calendar’s appearance and behavior. This is a dependency property. Inherited from CalendarBase. |
TimeZone | Gets or sets the time zone for the Calendar. This is a dependency property. Inherited from CalendarBase. |
Visible | Inherited from CalendarBase. |
See Also