ASPxGridViewClientJSPropertiesEventArgs(Dictionary<String, Object>) Constructor
Initializes a new instance of the ASPxGridViewClientJSPropertiesEventArgs class with the specified temporary client properties.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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