Skip to main content
A newer version of this page is available. .

ASPxSchedulerTimeCellPreparedEventArgs.View Property

Provides access to the Scheduler View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public SchedulerViewBase View { get; }

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