ASPxCardViewClientJSPropertiesEventArgs Class
Provides data for the ASPxCardView.CustomJSProperties event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
The ASPxCardView.CustomJSProperties event enables you to supply any server data via the temporary properties, that can be then accessed on the client. The CustomJSPropertiesEventArgs.Properties property represents a collection of property names and values. Note that property names must begin with the ‘cp’ prefix to avoid rewriting the ASPxCardView base properties.
Inheritance
Object
EventArgs
CustomJSPropertiesEventArgs
ASPxCardViewClientJSPropertiesEventArgs
See Also