Back to Devexpress

SchedulerViewRepository.AgendaView Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewrepository-f18db6f5.md

latest2.2 KB
Original Source

SchedulerViewRepository.AgendaView Property

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AgendaView AgendaView { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property AgendaView As AgendaView

Property Value

TypeDescription
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

SchedulerViewRepository Class

SchedulerViewRepository Members

DevExpress.XtraScheduler Namespace