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

LayoutGroup.EndInit() Method

Ends the LayoutGroup‘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 LayoutGroup.BeginInit and EndInit methods are designed to prevent a LayoutGroup from being used until it has been completely initialized.

See Also