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

ASPxCardViewEditorEventArgs Class

Provides data for the ASPxCardView.CellEditorInitialize event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxCardViewEditorEventArgs :
    ASPxGridEditorEventArgs

Remarks

The ASPxCardViewEditorEventArgs class provides properties that allow you to identify the processed data cell, its editor and value.

See Also