Skip to main content

ASPxClientButtonEditClickEventArgs Members

In This Article
Provides data for the ASPxClientButtonEditBase.ButtonClick event.

#Constructors

Name Description
constructor(processOnServer, buttonIndex) Initializes a new instance of the ASPxClientButtonEditClickEventArgs object with the specified parameters.

#Properties
Show Inherited Hide Inherited

Name Description
buttonIndex Gets the index of the clicked button.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also