Back to Devexpress

ASPxClientCancelEventArgs.cancel Property

aspnet-js-aspxclientcanceleventargs.md

latest553 B
Original Source

ASPxClientCancelEventArgs.cancel Property

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

Declaration

ts
cancel: boolean

Property Value

TypeDescription
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

ASPxClientCancelEventArgs Class

ASPxClientCancelEventArgs Members