Skip to main content

AppointmentViewModel.ShowChangedRecurrenceImage Property

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool ShowChangedRecurrenceImage { get; }

Property Value

Type Description
Boolean

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

See Also