AppointmentFormControllerBase.ShouldShowRecurrenceButton Property
In This Article
Checks whether the button that enables an end-user to edit the appointment recurrence should be visible.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to show the recurrence button; otherwise, false. |
#Remarks
If the scheduler supports recurrence (SchedulerControl.SupportsRecurrence is true) and the appointment can be created and edited, then this property returns true.
See Also