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

AppointmentLabelCollection.CreateNewLabel(String) Method

Creates a new AppointmentLabel object.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public AppointmentLabel CreateNewLabel(
    string displayName
)

Parameters

Name Type Description
displayName String

A string containing the label name.

Returns

Type Description
AppointmentLabel

A newly cleated AppointmentLabel object.

See Also