Skip to main content

ASPxClientDropDownCommandEventArgs Members

In This Article
Provides data for the ASPxClientDropDownEdit.DropDownCommandButtonClick event.

#Constructors

Name Description
constructor Initializes a new instance of the ASPxClientDropDownCommandEventArgs class.

#Properties
Show Inherited Hide Inherited

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