Back to Devexpress

MonthView.ViewMode Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-14e1c919.md

latest2.0 KB
Original Source

MonthView.ViewMode Property

Allows you to select the display mode.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public MonthViewMode ViewMode { get; set; }
vb
Public Property ViewMode As MonthViewMode

Property Value

TypeDescription
MonthViewMode

A DevExpress.Xpf.Scheduling.MonthViewMode enumeration value.

|

Available values:

NameDescription
UnlimitedScrolling

Allows you to scroll data by weeks.

| | Standard |

Displays an overview of appointments for the selected time interval.

|

Remarks

  • MonthViewMode.Standard is a new display mode introduced in v20.2. It displays an overview of appointments for all resources.
  • MonthViewMode.UnlimitedScrolling supports grouping and allows you to scroll data with scrollbars in addition to the Date Navigation Panel and Date Navigator.

Certain API options only work for a specific view mode. Refer to the Month View topic for more information.

See Also

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace