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

AppointmentLabel(Color, String) Constructor

OBSOLETE

Use CreateNewLabel instead.

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Parameters

Name Type
color Color
displayName String

Remarks

Use the AppointmentLabelCollection.CreateNewLabel method instead.

See Also