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