Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewClientJSPropertiesEventArgs Class

Provides data for the ASPxCardView.CustomJSProperties event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxCardViewClientJSPropertiesEventArgs :
    CustomJSPropertiesEventArgs

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