AgendaAppointmentViewModel.ShowChangedRecurrenceImage Property
In This Article
Gets or sets whether the AgendaView‘s appointment representation should show the Changed Recurrence () icon.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public bool ShowChangedRecurrenceImage { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also