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

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.v18.2.dll

Declaration

public TreeListCustomJSPropertiesEventArgs(
    Dictionary<string, object> properties
)

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