Skip to main content
A newer version of this page is available. .

BaseLayoutItem.EndInit() Method

Ends the BaseLayoutItem‘s initialization.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public override void EndInit()

Remarks

The BaseLayoutItem.BeginInit and EndInit methods are designed to prevent an editor from being used until it has been completely initialized.

See Also