AppointmentLabel(String, String) Constructor
Initializes a new instance of the AppointmentLabel class with the specified display name and menu caption.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public AppointmentLabel(
string displayName,
string menuCaption
)
Public Sub New(
displayName As String,
menuCaption As String
)
Parameters
| Name | Type | Description |
|---|---|---|
| displayName | String | A String value that specifies the text of the appointment label. This value is assigned to the UserInterfaceObject.DisplayName property. |
| menuCaption | String | A String value that specifies the menu caption of the appointment label. This value is assigned to the UserInterfaceObject.MenuCaption property. |
Remarks
The AppointmentLabel.Color property will be set to White.
See Also