Skip to main content

AppointmentLabel(Color, 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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Parameters

Name Type Description
color Color

A Color specifying the color that represents the label.

displayName String

A string containing the label name.

See Also