SchedulerViewBase.InitializeViewControls() Method
Creates and initializes additional controls contained in complex views, such as Agenda view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Remarks
Override in SchedulerViewBase descendants to create and initialize controls contained in a view, such as GridControl in AgendaView.
See Also