ASPxGridViewClientJSPropertiesEventArgs Constructors
Provides data for the ASPxGridView.CustomJSProperties event.| Name | Parameters | Description |
|---|---|---|
| ASPxGridViewClientJSPropertiesEventArgs() | none | Initializes a new instance of the ASPxGridViewClientJSPropertiesEventArgs class. |
| ASPxGridViewClientJSPropertiesEventArgs(Dictionary<String, Object>) | properties | Initializes a new instance of the ASPxGridViewClientJSPropertiesEventArgs class with the specified temporary client properties. |
See Also