AgendaAppointmentViewModel.Label Property
Gets or sets the AgendaView appointment’s label.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentLabelItem Label { get; set; }
Property Value
Type | Description |
---|---|
AppointmentLabelItem | The AgendaView appointment’s label. |
See Also