Skip to main content

AgendaAppointmentViewModel.ShowRecurrenceImage Property

Gets or sets whether the AgendaView appointment representation should show the Recurrence (Recurrence Icon) icon.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public bool ShowRecurrenceImage { get; set; }

Property Value

Type Description
Boolean

true if the appointment representation should show the Recurrence icon; otherwise, false.

See Also