aspnet-devexpress-dot-web-dot-aspxscheduler-deee7470.md
Represents an Agenda View.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class AgendaView :
SchedulerViewBase
Public Class AgendaView
Inherits SchedulerViewBase
The following members return AgendaView objects:
The ASPxScheduler control has several view types that provide different arrangements and formats for scheduling and viewing the appointments. The AgendaView 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 ASPxScheduler.Views property. To access the settings of the Agenda View, use the SchedulerViewRepository.AgendaView property.
DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize
Object SchedulerViewBase AgendaView BootstrapAgendaView
See Also