ASPxClientTreeListCustomButtonEventArgs Properties
Provides data for the ASPxClientTreeList.CustomButtonClick event.| Name | Description |
|---|---|
| buttonID | Gets the value which identifies the custom button. |
| buttonIndex | Gets the button’s index. |
| nodeKey | Gets the key value of the node whose custom button has been clicked. |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also