Back to Devexpress

SchedulerStorageBase.EndInit() Method

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-63aaaee7.md

latest1.4 KB
Original Source

SchedulerStorageBase.EndInit() Method

Ends the scheduler storage initialization.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public void EndInit()
vb
Public Sub

Remarks

The Visual Studio .NET environment calls this method to complete initializing a component. The SchedulerStorageBase.BeginInit method starts the initialization, the EndInit method finishes it. Use the BeginInit and EndInit pair to prevent the control from being used before it is fully initialized.

See Also

BeginInit()

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace