Skip to main content

AppointmentLabel(String) Constructor

OBSOLETE

Use CreateNewLabel instead.

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Parameters

Name Type Description
displayName String

A string containing the label name.

See Also