NavBarControl.EndInit() Method
Ends the runtime initialization of the NavBarControl control.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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