windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewrepository-f18db6f5.md
Gets an object that defines the settings of the scheduler’s Agenda View.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AgendaView AgendaView { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property AgendaView As AgendaView
| Type | Description |
|---|---|
| AgendaView |
A AgendaView object representing the Agenda View in the scheduling area.
|
The Agenda View enables end-users to list appointments by day.
Use the AgendaView property to customize the settings of the Agenda View. To make the XtraScheduler control display information using the Agenda View, set the SchedulerControl.ActiveViewType property to the SchedulerViewType.Agenda value.
The settings of the Agenda View can also be accessed via the SchedulerControl.AgendaView property.
See Also