RecurrenceControlBase.UpdateControls() Method
Make the control’s appearance consistent with property values when overridden.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Remarks
Override this method to reflect changes made to the RecurenceInfo object, available via RecurrenceControlBase.RecurrenceInfo, through code at runtime.
See Also