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

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void EndUpdate()

Remarks

See the AccordionControl.BeginUpdate method to learn more.

See Also