ActiveViewChangingEventArgs.Cancel Property
Gets or sets whether the change of active view should be cancelled.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v22.2.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Set the Cancel property to true
to cancel the processing of an event. You can use this to prevent the ASPxScheduler.ActiveView modification.
Note
Use the ActiveViewChangingEventArgs.cancel property when dealing with client-side events in JavaScript.
See Also