Back to Devexpress

ASPxCardViewClientJSPropertiesEventArgs Class

aspnet-devexpress-dot-web-b7c917a2.md

latest1.9 KB
Original Source

ASPxCardViewClientJSPropertiesEventArgs Class

Provides data for the ASPxCardView.CustomJSProperties event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewClientJSPropertiesEventArgs :
    CustomJSPropertiesEventArgs
vb
Public Class ASPxCardViewClientJSPropertiesEventArgs
    Inherits CustomJSPropertiesEventArgs

ASPxCardViewClientJSPropertiesEventArgs is the data class for the following events:

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

ASPxCardViewClientJSPropertiesEventArgs Members

Card View

DevExpress.Web Namespace