Skip to main content

MonthView.Type Property

Gets the view's type.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

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

#Property Value

Type Description
SchedulerViewType

The SchedulerViewType.Month value.

See Also