Skip to main content
All docs
V25.2
  • AgendaAppointmentViewModel.ShowChangedRecurrenceImage Property

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

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public bool ShowChangedRecurrenceImage { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also