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