Back to Devexpress

MonthView Class

aspnet-devexpress-dot-web-dot-aspxscheduler-8fa588d6.md

latest2.5 KB
Original Source

MonthView Class

Represents a Month (Multi-Week) View.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

The following members return MonthView objects:

Remarks

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

Use the MonthView.WeekCount property to specify the number of weeks shown in a view.

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

Implements

IDisposable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

Inheritance

Object SchedulerViewBase DevExpress.Web.ASPxScheduler.Internal.HorizontalWeekViewBase MonthView BootstrapMonthView

MVCxSchedulerMonthView

See Also

MonthView Members

MonthView

DevExpress.Web.ASPxScheduler Namespace