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

ActiveViewChangingEventArgs.cancel Property

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

Declaration

cancel: boolean

Property Value

Type Description
boolean

true to cancel the operation; otherwise, false.

Remarks

Client-side event handling. Set the cancel property to true to cancel the processing of an event. You can use this to prevent the ASPxScheduler.ActiveView modification.

See Also