Skip to main content

SchedulerViewRepository.MonthView Property

Provides access to an object that defines the settings of the scheduler's Month View.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public MonthView MonthView { get; }

#Property Value

Type Description
MonthView

A MonthView object which specifies the Month View in the scheduling area.

#Remarks

The MonthView property is synchronized with the SchedulerControl.MonthView property.

See Also