Skip to main content
Tab

CustomJSPropertiesEventArgs(Dictionary<String, Object>) Constructor

Initializes a new instance of the CustomJSPropertiesEventArgs class with the specified temporary client properties.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CustomJSPropertiesEventArgs(
    Dictionary<string, object> properties
)

Parameters

Name Type Description
properties Dictionary<String, Object>

The collection of property names and values. This value initializes the CustomJSPropertiesEventArgs.Properties property.

See Also