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

AppointmentViewInfoOptions.ShowRecurrence Property

Gets or sets whether to display a recurrence symbol.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public bool ShowRecurrence { get; set; }

Property Value

Type Description
Boolean

true to display a symbol; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowRecurrence
Cross-Platform Class Library IAppointmentViewInfo
.Options .ShowRecurrence
WinForms Controls AppointmentViewInfo
.Options .ShowRecurrence
WPF Controls AppointmentViewInfo
.Options .ShowRecurrence
ASP.NET Web Forms Controls AppointmentViewInfo
.Options .ShowRecurrence
See Also