LayoutGroup.EndInit() Method
Ends the LayoutGroup‘s initialization.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Remarks
The LayoutGroup.BeginInit and EndInit methods are designed to prevent a LayoutGroup from being used until it has been completely initialized.
See Also