Skip to main content

AppointmentStorageBase.EndInit() Method

Ends the appointment storage initialization.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override void EndInit()

Remarks

The SchedulerStorage component calls this method on finalizing its initialization in the SchedulerStorageBase.EndInit method.The AppointmentStorageBase.BeginInit method starts the initialization, 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