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

AppointmentViewInfo.ShowRecurrence Property

Gets or sets whether to display a recurrence symbol.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool ShowRecurrence { get; set; }

Property Value

Type Description
Boolean

true to display a symbol; otherwise, false.

See Also