SchedulerViewRepository.AgendaView Property
Gets an object that defines the settings of the scheduler’s Agenda View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
AgendaView | An AgendaView object representing the Agenda View in the scheduling area. |
Remarks
The Agenda View displays a chronological list of appointments grouped by day. In this mode, multiple days can be displayed within the scheduling area at one time. Use the AgendaView.DayCount property to specify how many days should be displayed.
Use the AgendaView property to customize the settings of the Agenda View. To make the ASPxScheduler display information using the Agenda View, set the ASPxScheduler.ActiveViewType property to SchedulerViewType.Agenda.
The settings of the Agenda View can also be accessed via the ASPxScheduler.AgendaView property.