AppointmentLabel(String) Constructor
OBSOLETE
Use CreateNewLabel instead.
Initializes new instance of the AppointmentLabel class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[Obsolete("Use AppointmentLabelCollection.CreateNewLabel instead.", false)]
public AppointmentLabel(
string displayName
)
Parameters
Name | Type |
---|---|
displayName | String |
Remarks
Use the AppointmentLabelCollection.CreateNewLabel method instead.
See Also