AppointmentLabel(Color, String, String) Constructor
In This Article
Initializes a new instance of the AppointmentLabel class with the specified color, display name, and menu caption.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
color | Color | A Color value that specifies the color of the appointment label. This value is assigned to the Appointment |
display |
String | A String value that specifies the text of the appointment label. This value is assigned to the User |
menu |
String | A String value that specifies the menu caption of the appointment label. This value is assigned to the User |
See Also