Skip to main content

BreadcrumbControl.EndInit() Method

Ends the BreadcrumbControl‘s initialization.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public override void EndInit()

Remarks

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

See Also