AppointmentViewInfo.ShowRecurrence Property
Gets or sets whether the recurrence symbol should be displayed for the recurring appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a recurrence symbol should be displayed; otherwise, false. |
Remarks
The ShowRecurrence allows you to hide the
for a certain appointment. To hide the recurrence symbol for all appointments use the AppointmentDisplayOptions.ShowRecurrence property.
See Also