Skip to main content

AppointmentViewInfoOptions.ShowRecurrence Property

Gets or sets whether to display a recurrence symbol (DXScheduler_RecurrenceSymbol).

Namespace: DevExpress.XtraScheduler.Drawing

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

#Declaration

public bool ShowRecurrence { get; set; }

#Property Value

Type Description
Boolean

true to display a recurrence symbol; otherwise, false.

#Property Paths

You can access the AppointmentViewInfoOptions.ShowRecurrence property from the following objects:

Object Type Path to ShowRecurrence
AppointmentViewInfo
.Options.ShowRecurrence
See Also