Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object LabelId { get; set; }

Property Value

Type Description
Object

An object that specifies the unique identifier of the AppointmentLabelItem.

See Also