TreeListCustomCallbackEventArgs.Argument Property
Gets a string that contains specific information (if any) passed from the client side.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A string value that contains specific information collected on the client side and passed to the event for further server-side processing. |
Remarks
Use the Argument property to obtain specific information which has been collected on the client side and passed via the client ASPxClientTreeList.PerformCustomCallback method to the server for further server-side processing.
See Also