Back to Devexpress

ASPxCardViewEditorEventArgs Class

aspnet-devexpress-dot-web-016823de.md

latest1.7 KB
Original Source

ASPxCardViewEditorEventArgs Class

Provides data for the ASPxCardView.CellEditorInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewEditorEventArgs :
    ASPxGridEditorEventArgs
vb
Public Class ASPxCardViewEditorEventArgs
    Inherits ASPxGridEditorEventArgs

ASPxCardViewEditorEventArgs is the data class for the following events:

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 BootstrapCardViewEditorEventArgs

See Also

ASPxCardViewEditorEventArgs Members

Card View

DevExpress.Web Namespace