AppointmentStatus(AppointmentStatusType, Color, String, String) Constructor
Initializes a new instance of the AppointmentStatus class with the specified type, color, display name and menu caption.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
public AppointmentStatus(
AppointmentStatusType type,
Color color,
string displayName,
string menuCaption
)
#Parameters
Name | Type | Description |
---|---|---|
type | Appointment |
A Appointment |
color | Color | A Color value that specifies the color of the appointment status. This value is assigned to the Appointment |
display |
String | A String value which is the display name of the appointment status. This value is assigned to the User |
menu |
String | A String value which is the menu caption of the appointment status. This value is assigned to the User |
#Remarks
Use the AppointmentStatus.CreateInstance method to create an appointment status of a predefined type (listed in the AppointmentStatusType enumeration).