Back to Devexpress

MonthView Class

windowsforms-devexpress-dot-xtrascheduler-d406824f.md

latest2.6 KB
Original Source

MonthView Class

Displays events across multiple weeks.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class MonthView :
    WeekView
vb
Public Class MonthView
    Inherits WeekView

The following members return MonthView objects:

Remarks

The XtraScheduler control has several types of view that provide different arrangements and formats for scheduling and viewing appointments. The MonthView class represents a Month (Multi-Week) View. This type of view enables end-users to schedule and view user events by month (several weeks).

To specify the number of weeks simultaneously displayed within the Month View use the MonthView.WeekCount property.

All views are stored in the scheduler’s view repository which can be accessed via the SchedulerControl.Views property. To access the settings of the Month View use the SchedulerViewRepository.MonthView property.

Inheritance

Object UserInterfaceObject SchedulerViewBase WeekView MonthView YearView

See Also

MonthView Members

Month View

MonthView

DevExpress.XtraScheduler Namespace