AppointmentLabel() Constructor
OBSOLETE
Use CreateNewLabel instead.
Initializes a new instance of the AppointmentLabel class with the default settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[Obsolete("Use AppointmentLabelCollection.CreateNewLabel instead.", false)]
public AppointmentLabel()
See Also