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

SchedulerViewInfoBase.View Property

Gets the current scheduler view.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public SchedulerViewBase View { get; }

Property Value

Type Description
SchedulerViewBase

A SchedulerViewBase object.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also