ASPxSchedulerTimeCellPreparedEventArgs.View Property
In This Article
Provides access to the Scheduler View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public SchedulerViewBase View { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
Use the View property to obtain additional information about the Scheduler in the ASPxScheduler.HtmlTimeCellPrepared event handler.
See Also