Back to Devexpress

ASPxGridViewEditorEventArgs Class

aspnet-devexpress-dot-web-11ab1fe4.md

latest1.9 KB
Original Source

ASPxGridViewEditorEventArgs Class

Provides data for the ASPxGridView.CellEditorInitialize and ASPxGridView.AutoFilterCellEditorInitialize events.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ASPxGridViewEditorEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs ASPxGridItemEventArgs ASPxGridEditorEventArgs ASPxGridViewEditorEventArgs BootstrapGridViewEditorEventArgs

See Also

ASPxGridViewEditorEventArgs Members

Grid View

DevExpress.Web Namespace