Skip to main content
A newer version of this page is available. .

AppointmentViewModel.ShowRecurrenceImage Property

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public bool ShowRecurrenceImage { get; }

Property Value

Type Description
Boolean

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

See Also