Skip to main content

SchedulerViewBase.Type Property

Gets the View's type.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

[Browsable(false)]
public abstract SchedulerViewType Type { get; }

#Property Value

Type Description
SchedulerViewType

One of the SchedulerViewType enumeration's values that specifies the View's type.

#Remarks

Descendants of the SchedulerViewBase class override this abstract property to return an appropriate View type.

#Implements

DevExpress.XtraScheduler.Native.ISchedulerViewRepositoryItem.Type
See Also