AppointmentStorageBase.BeginInit() Method
Starts the appointment storage initialization.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
The SchedulerStorage component calls this method on its initialization in the SchedulerStorageBase.BeginInit method. The AppointmentStorageBase.EndInit method finalizes initialization. Use the BeginInit and EndInit methods to prevent the storage usage until it has been completely initialized.
See Also