Skip to main content
A newer version of this page is available. .

MVCxSchedulerAgendaView Class

Represents an Agenda View.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public class MVCxSchedulerAgendaView :
    AgendaView

The following members return MVCxSchedulerAgendaView objects:

Remarks

The Scheduler extension has several view types that provide different arrangements and formats for scheduling and viewing the appointments. The MVCxSchedulerAgendaView class represents an Agenda View. This type of view enables end-users to schedule and view user events grouped by day.

All views are stored in the scheduler’s view repository which can be accessed via the SchedulerSettings.Views property. To access the settings of the Agenda View use the MVCxSchedulerViewRepository.AgendaView property.

Online Demo: Agenda View

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

Inheritance

Object
SchedulerViewBase
AgendaView
MVCxSchedulerAgendaView
See Also