Skip to main content

ASPxClientTreeListCustomDataCallbackEventArgs.arg Property

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

#Declaration

TypeScript
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