Skip to main content
A newer version of this page is available. .

RecurrenceControlBase.UpdateControls() Method

Make the control’s appearance consistent with property values when overridden.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public virtual void UpdateControls()

Remarks

Override this method to reflect changes made to the RecurenceInfo object, available via RecurrenceControlBase.RecurrenceInfo, through code at runtime.

See Also