Skip to main content

AppointmentFormControllerBase.ShouldShowRecurrenceButton Property

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

public virtual bool ShouldShowRecurrenceButton { get; }

#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