ASPxClientDropDownCommandEventArgs Properties
Provides data for the ASPxClientDropDownEdit.DropDownCommandButtonClick event.| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| commandName | Gets the name of the processed command in the DropDownCommandButtonClick event. |
See Also