Skip to main content

LayoutGroup.EndInit() Method

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

See Also