Skip to main content

AppointmentViewModel.ShowRecurrenceImage Property

Returns whether the appointment representation should show the Recurrence (Recurrence Icon) icon.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool ShowRecurrenceImage { get; }

Property Value

Type Description
Boolean

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

See Also