TreeListCustomJSPropertiesEventArgs(Dictionary<String, Object>) Constructor
Initializes a new instance of the TreeListCustomJSPropertiesEventArgs class with the specified temporary client properties.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
properties | Dictionary<String, Object> | The collection of property names and values. This value is assigned to the CustomJSPropertiesEventArgs.Properties property. |
See Also