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