Skip to main content

ActiveViewChangingEventArgs.Cancel Property

Gets or sets whether the change of active view should be cancelled.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the operation; otherwise, false.

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