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

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

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public bool ShowReminderImage { get; set; }

    Property Value

    Type Description
    Boolean

    true to display the reminder icon in the AgendaView appointment; otherwise, false.

    See Also