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

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 ASPxClientDropDownEdit.DropDownCommandButtonClick event.
See Also