Skip to main content

AppointmentItem.LabelId Property

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

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public object LabelId { get; set; }

Property Value

Type Description
Object

An object that specifies the unique identifier of the AppointmentLabelItem.

See Also