SchedulerControl.EndInit() Method
In This Article
Ends the SchedulerControl initialization.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Remarks
The Visual Studio .NET environment calls the EndInit method to finish initializing a component. The SchedulerControl.BeginInit method starts the initialization, the EndInit method ends it. Use the BeginInit and EndInit methods to prevent the control from being used until it has been completely initialized.
See Also