Skip to main content

AppointmentFormControllerBase.RemoveRecurrence() Method

In This Article

Destroys the edited appointment copy.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public virtual void RemoveRecurrence()

#Remarks

If the appointment is not of the AppointmentType.Normal or AppointmentType.Pattern type, an exception occurs.

See Also