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

PersistentObjectStorage<T>.EndInit() Method

Finalizes the storage initialization.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public virtual void EndInit()

Remarks

The Visual Studio .NET environment calls this method to complete initializing a component. The PersistentObjectStorage<T>.BeginInit method starts the initialization, the EndInit method finishes it. Use the BeginInit and EndInit pair to prevent the control from being used before it is fully initialized.

See Also