Skip to main content

NavBarControl.EndInit() Method

Ends the runtime initialization of the NavBarControl control.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual void EndInit()

Remarks

This method supports the internal infrastructure and is not intended to be used directly in your code.

To prevent excessive visual updates when changing multiple properties, use the NavBarControl.BeginUpdate and NavBarControl.EndUpdate methods.

See Also