Skip to main content

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

public override void 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