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

AccordionControl.EndUpdate() Method

Called after all required modifications are applied to the AccordionControl and forces the control to unlock its UI and reflect these changes.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual void EndUpdate()

Remarks

See the AccordionControl.BeginUpdate method to learn more.

See Also