SchedulerStorage.EndInit() Method
In This Article
Ends the scheduler storage initialization.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Remarks
The SchedulerStorage.BeginInit method starts the initialization, and the EndInit method finishes it. Use the BeginInit and EndInit pair to prevent the storage from being used before it is fully initialized.
See Also