CustomJSPropertiesEventArgs Class
Provides data for the client CustomJSProperties events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Objects of the CustomJSPropertiesEventArgs type are used as arguments for the CustomJSProperties events, which enable you to supply any server data via the temporary properties, that can be then accessed on the client.
CustomJSPropertiesEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
See Also