Skip to main content

AppointmentViewInfo.ShowRecurrence Property

Gets or sets whether the recurrence symbol should be displayed for the recurrent appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool ShowRecurrence { get; set; }

Property Value

Type Description
Boolean

true if a recurrence symbol should be displayed; otherwise, false.

Remarks

The ShowRecurrence allows you to hide the

RecurrentAppointmentIcon for a certain appointment. To hide the recurrence symbol for all appointments use the AppointmentDisplayOptions.ShowRecurrence property.

See Also