AppointmentItem.LabelId Property
In This Article
Gets or sets the identifier of the label object associated with the appointment.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public object LabelId { get; set; }
#Property Value
Type | Description |
---|---|
System. |
The unique identifier of the Appointment |
See Also