aspnet-devexpress-dot-web-b7c917a2.md
Provides data for the ASPxCardView.CustomJSProperties event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxCardViewClientJSPropertiesEventArgs :
CustomJSPropertiesEventArgs
Public Class ASPxCardViewClientJSPropertiesEventArgs
Inherits CustomJSPropertiesEventArgs
ASPxCardViewClientJSPropertiesEventArgs is the data class for the following events:
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.
Object EventArgs CustomJSPropertiesEventArgs ASPxCardViewClientJSPropertiesEventArgs
See Also