AppointmentStatus Properties
Appointment’s availability status.| Name | Description |
|---|---|
| Brush | Gets or sets the brush used to visualize the status. |
| Color | Obsolete. Extracts color from the Brush object of the AppointmentStatus.Brush property or creates a new SolidBrush with the specified color and assigns it to the AppointmentStatus.Brush property. |
| CustomFields | Gets the collection of custom fields bound to the appointment status. |
| DisplayName | Gets or sets the text which identifies an element. Inherited from UserInterfaceObject. |
| Empty static | Obtains a special empty appointment status, which is a status of undefined type. |
| Id | Gets the unique identifier of the user interface object instance. Inherited from UserInterfaceObject. |
| MenuCaption | Gets or sets the element’s menu caption. Inherited from UserInterfaceObject. |
| Type | Gets or sets the type of the appointment status. |
See Also