ASPxClientDropDownCommandEventArgs Members
Provides data for the ASPxClientDropDownEdit.DropDownCommandButtonClick event.Constructors
Name | Description |
---|---|
constructor | Initializes a new instance of the ASPxClientDropDownCommandEventArgs class. |
Properties
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