Skip to main content

AppointmentLabel(String, String) Constructor

OBSOLETE

Use CreateNewLabel instead.

Initializes new instance of the AppointmentLabel class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Obsolete("Use AppointmentLabelCollection.CreateNewLabel instead.", false)]
public AppointmentLabel(
    string displayName,
    string menuCaption
)

Parameters

Name Type
displayName String
menuCaption String

Remarks

Use the AppointmentLabelCollection.CreateNewLabel method instead.

See Also