Skip to main content

BaseLayoutItem.EndInit() Method

Ends the BaseLayoutItem‘s initialization.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

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