Skip to main content
All docs
V25.1
  • AppointmentViewModel.ShowChangedRecurrenceImage Property

    Gets whether the appointment displays the changed recurrence image.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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