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

ASPxClientTreeViewNodeProcessingModeEventArgs Properties

Provides data for the client events concerned with node processing, and that allow the event’s processing to be passed to the server side.
Name Description
node Gets a node object related to the event.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also