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

AppointmentLabelCollection.CreateNewLabel(Object, String, String) Method

Creates a new label with the specified identifier, display name and menu caption.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentLabel CreateNewLabel(
    object id,
    string displayName,
    string menuCaption
)

Parameters

Name Type Description
id Object

An object that is the unique label identifier assigned to the UserInterfaceObject.Id property.

displayName String

A string that is the label name used for identification in label editors.

menuCaption String

A string that is the caption of a context menu used to change a label for an appointment.

Returns

Type Description
AppointmentLabel

A newly created AppointmentLabel object.

Remarks

This method creates a label with the Color property set to Color.White.

See Also