wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-14e1c919.md
Allows you to select the display mode.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public MonthViewMode ViewMode { get; set; }
Public Property ViewMode As MonthViewMode
| Type | Description |
|---|---|
| MonthViewMode |
A DevExpress.Xpf.Scheduling.MonthViewMode enumeration value.
|
Available values:
| Name | Description |
|---|---|
| UnlimitedScrolling |
Allows you to scroll data by weeks.
| | Standard |
Displays an overview of appointments for the selected time interval.
|
Certain API options only work for a specific view mode. Refer to the Month View topic for more information.
See Also