Skip to main content

AppointmentViewModel.ShowReminderImage Property

Returns whether the 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; }

Property Value

Type Description
Boolean

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

See Also