Back to Devexpress

ASPxScheduler.ActiveView Property

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

latest1.8 KB
Original Source

ASPxScheduler.ActiveView Property

Gets the View currently used by the Scheduler to show its data.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public SchedulerViewBase ActiveView { get; }
vb
Public ReadOnly Property ActiveView As SchedulerViewBase

Property Value

TypeDescription
SchedulerViewBase

A SchedulerViewBase object which is one of the views listed in the SchedulerViewType enumeration.

|

Remarks

Note that to change the type of the currently active View , the ASPxScheduler.ActiveViewType property should be used. Also, handle the ASPxScheduler.ActiveViewChanged event to perform any actions every time the active View is changed.

See Also

Views

Member Table: Views

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace