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.v19.1.dll

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