ASPxGridViewEditorCreateEventArgs Properties
Provides data for the ASPxGridView.AutoFilterCellEditorCreate event.
Name | Description |
---|---|
Column | Gets the data column to which the processed filter row cell corresponds. |
Editor |
Gets or sets the filter cell’s editor.
Inherited from ASPx |
Key |
Gets the row key value - an object that uniquely identifies the row. |
Value |
Gets or sets the filter cell’s value.
Inherited from ASPx |
Visible |
Gets the row’s visible index. |
See Also