Back to Devexpress

ASPxScheduler.AgendaView Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduler-b901a557.md

latest1.6 KB
Original Source

ASPxScheduler.AgendaView Property

Gets an object that defines the settings of the scheduler’s Agenda View.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public AgendaView AgendaView { get; }
vb
Public ReadOnly Property AgendaView As AgendaView

Property Value

TypeDescription
AgendaView

An AgendaView object representing the Agenda View in the scheduling area.

|

Remarks

The AgendaView property is synchronized with the SchedulerViewRepository.AgendaView property of the ASPxScheduler.Views object.

See Also

AgendaView

Member Table: Views

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace