Back to Devexpress

AccordionControl.BeginUpdate() Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-afbcd183.md

latest1.4 KB
Original Source

AccordionControl.BeginUpdate() Method

Locks the AccordionControl.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void BeginUpdate()
vb
Public Overridable Sub BeginUpdate

Remarks

The BeginUpdate method is used to freeze the current AccordionControl state to safely perform required modifications. When all required actions are done, call the AccordionControl.EndUpdate method to unlock the control and make it redraw to reflect the final result.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace