AppointmentItem.LabelId Property
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
public object LabelId { get; set; }
Property Value
Type | Description |
---|---|
Object | The unique identifier of the AppointmentLabelItem or its source object. |
See Also