AppointmentLabel(String, String) Constructor
In This Article
OBSOLETE
Use Create
Initializes a new instance of the AppointmentLabel class with the specified settings.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
[Obsolete("Use CreateNewLabel instead.", false)]
public AppointmentLabel(
string displayName,
string menuCaption
)
#Parameters
Name | Type |
---|---|
display |
String |
menu |
String |
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
Use the AppointmentLabelCollection.CreateNewLabel method instead.
See Also