ASPxClientTreeListToolbarItemClickEventArgs Members
Provides data for the ASPxTreeList.ToolbarItemClick event.Constructors
Name | Description |
---|---|
constructor(item, processOnServer) | Initializes a new instance of the ASPxClientTreeListToolbarItemClickEventArgs class. |
Properties
Name | Description |
---|---|
handled | Specifies whether the toolbar item click is handled manually, so no default processing is required. |
item | Gets the clicked menu item |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
toolbarIndex | Gets the toolbar index related to the event. |
toolbarName | Gets the toolbar name. |
usePostBack | Specifies whether a postback or a callback is used to finally process the event on the server side. |
See Also