ASPxSchedulerTimeCellPreparedEventArgs.View Property
Provides access to the Scheduler View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v22.2.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerViewBase | A SchedulerViewBase object representing the current View. |
Remarks
Use the View property to obtain additional information about the Scheduler in the ASPxScheduler.HtmlTimeCellPrepared event handler.
See Also