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

ASPxClientCancelEventArgs.cancel Property

Specifies whether to cancel the related action (for example, row edit, export).

Declaration

cancel: boolean

Property Value

Type Description
boolean

true to cancel the action; otherwise, false.

Remarks

Set the cancel property to true to cancel the action that raised the event.

See Also