SchedulerStorage.BeginInit() Method
In This Article
Starts the scheduler storage initialization. Initialization occurs at runtime.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Remarks
The SchedulerStorage.EndInit method ends initialization. Use the BeginInit and EndInit methods to prevent storage use until it has been completely initialized.
See Also