ASPxCardViewEditorEventArgs Class
In This Article
Provides data for the ASPxCardView.CellEditorInitialize event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxCardViewEditorEventArgs :
ASPxGridEditorEventArgs
#Remarks
The ASPxCardViewEditorEventArgs class provides properties that allow you to identify the processed data cell, its editor and value.
#Inheritance
Object
EventArgs
ASPxGridItemEventArgs
ASPxGridEditorEventArgs
ASPxCardViewEditorEventArgs
See Also