Skip to main content
All docs
V23.2

AppointmentViewModel.ShowChangedRecurrenceImage Property

Gets whether the appointment displays the changed recurrence image.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool ShowChangedRecurrenceImage { get; }

Property Value

Type Description
Boolean

true if the appointment displays the changed recurrence image; otherwise, false.

Remarks

Refer to the following help topic for more information: Recurrences.

See Also