Skip to main content
A newer version of this page is available. .

SchedulerViewBase.InitializeViewControls() Method

Creates and initializes additional controls contained in complex views, such as Agenda view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public virtual void InitializeViewControls()

Remarks

Override in SchedulerViewBase descendants to create and initialize controls contained in a view, such as GridControl in AgendaView.

See Also