Skip to main content

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.v24.2.dll

Declaration

public virtual void EndUpdate()

Remarks

See the AccordionControl.BeginUpdate method to learn more.

See Also