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

AppointmentDisplayOptions.ShowRecurrence Property

Specify whether the recurrence symbol RecurrentAppointmentIcon should be displayed for the recurrent appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public bool ShowRecurrence { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Show 39 property paths
Library Object Type Path to ShowRecurrence
WinForms Controls AgendaView
.AppointmentDisplayOptions.ShowRecurrence
DayView
.AppointmentDisplayOptions.ShowRecurrence
SchedulerViewInfoBase
.AppointmentDisplayOptions.ShowRecurrence
FullWeekView
.AppointmentDisplayOptions.ShowRecurrence
MonthView
.AppointmentDisplayOptions.ShowRecurrence
DayViewTimeCells
.AppointmentDisplayOptions.ShowRecurrence
FullWeek
.AppointmentDisplayOptions.ShowRecurrence
HorizontalWeek
.AppointmentDisplayOptions.ShowRecurrence
TimeCellsControlBase
.AppointmentDisplayOptions.ShowRecurrence
TimelineCells
.AppointmentDisplayOptions.ShowRecurrence
SchedulerViewBase
.AppointmentDisplayOptions.ShowRecurrence
TimelineView
.AppointmentDisplayOptions.ShowRecurrence
WeekView
.AppointmentDisplayOptions.ShowRecurrence
WorkWeekView
.AppointmentDisplayOptions.ShowRecurrence
WPF Controls DayView
FullWeekView
SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.ShowRecurrence
WorkWeekView
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.ShowRecurrence
DayView
.AppointmentDisplayOptions.ShowRecurrence
FullWeekView
.AppointmentDisplayOptions.ShowRecurrence
MonthView
.AppointmentDisplayOptions.ShowRecurrence
TimelineView
.AppointmentDisplayOptions.ShowRecurrence
WeekView
.AppointmentDisplayOptions.ShowRecurrence
WorkWeekView
.AppointmentDisplayOptions.ShowRecurrence
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.ShowRecurrence
MVCxSchedulerDayView
.AppointmentDisplayOptions.ShowRecurrence
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.ShowRecurrence
MVCxSchedulerMonthView
.AppointmentDisplayOptions.ShowRecurrence
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.ShowRecurrence
MVCxSchedulerWeekView
.AppointmentDisplayOptions.ShowRecurrence
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.ShowRecurrence
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.ShowRecurrence
BootstrapDayView
.AppointmentDisplayOptions.ShowRecurrence
BootstrapFullWeekView
.AppointmentDisplayOptions.ShowRecurrence
BootstrapMonthView
.AppointmentDisplayOptions.ShowRecurrence
BootstrapTimelineView
.AppointmentDisplayOptions.ShowRecurrence
BootstrapWeekView
.AppointmentDisplayOptions.ShowRecurrence
BootstrapWorkWeekView
.AppointmentDisplayOptions.ShowRecurrence

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowRecurrence property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also