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.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 initializes the CustomJSPropertiesEventArgs.Properties property. |
See Also