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

BaseEdit.EndInit() Method

Ends the BaseEdit‘s initialization.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public override sealed void EndInit()

Remarks

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

See Also