Skip to main content

AppointmentLabel(String) Constructor

Initializes a new instance of the AppointmentLabel class with the specified display name.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentLabel(
    string displayName
)

#Parameters

Name Type Description
displayName String

A String value that specifies the text of the appointment label. This value is assigned to the UserInterfaceObject.DisplayName property.

#Remarks

In this case, the UserInterfaceObject.MenuCaption property will be set to the specified value for the display name.

See Also