BaseEdit.EndInit() Method
Ends the BaseEdit‘s initialization.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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