ASPxGridViewEditorEventArgs Properties
Provides data for the ASPxGridView.CellEditorInitialize and ASPxGridView.AutoFilterCellEditorInitialize events.
Name | Description |
---|---|
Column | Gets the data column whose cell editor is being initialized. |
Editor |
Gets the editor currently being processed.
Inherited from ASPx |
Key |
Gets the row key value - an object that uniquely identifies the row. |
Value |
Gets the editor’s value.
Inherited from ASPx |
Visible |
Gets the edited row’s visible index. |
See Also