Skip to main content

SchedulerStorage.BeginInit() Method

Starts the scheduler storage initialization. Initialization occurs at runtime.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public override void BeginInit()
Public Overrides Sub BeginInit

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