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

ASPxClientTreeListCustomDataCallbackEventArgs.arg Property

Gets the information that has been collected on the client-side and sent to the server-side ASPxClientTreeList.CustomDataCallback event.

Declaration

arg: string

Property Value

Type Description
string

A string value that represents the information that has been collected on the client-side and sent to the server-side ASPxClientTreeList.CustomDataCallback event.

See Also