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

AppointmentItem.LabelId Property

Gets or sets the identifier of the label object associated with the appointment.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v19.2.dll

Declaration

public object LabelId { get; set; }

Property Value

Type Description
Object

An object that specifies the unique identifier of the AppointmentLabelItem.

See Also