ASPxClientTreeListCustomDataCallbackEventArgs.arg Property
In This Article
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 ASPx |
See Also