Skip to main content

SchedulerControl.EndInit() Method

Ends the SchedulerControl initialization.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

public override void EndInit()
Public Overrides Sub

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