Skip to main content
A newer version of this page is available. .

AppointmentLabel(String, 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.v19.1.dll

Declaration

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

Parameters

Name Type Description
displayName String

A string containing the label name.

menuCaption String

A string containing the menu caption for the command used to set the label for an appointment.

See Also