Skip to main content
All docs
V26.1
  • BreadcrumbControl.EndInit() Method

    Ends the BreadcrumbControl‘s initialization.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v26.1.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