Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MonthView.ViewMode Property

Allows you to select the display mode.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public MonthViewMode ViewMode { get; set; }

#Property Value

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.

#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. WPFScheduler_MonthView

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

See Also