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

ASPxGridViewEditorCreateEventArgs Class

Provides data for the ASPxGridView.AutoFilterCellEditorCreate event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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.

See Also