SchedulerViewRepository.AgendaView Property
Gets an object that defines the settings of the scheduler’s Agenda View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AgendaView AgendaView { get; }
Property Value
Type | Description |
---|---|
AgendaView | A AgendaView object representing the Agenda View in the scheduling area. |
Remarks
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