BootstrapGridViewEditorCreateEventArgs Properties
| Name | Description |
|---|---|
| Column | |
| EditorProperties | Gets or sets the filter cell’s editor. Inherited from ASPxGridEditorCreateEventArgs. |
| KeyValue | Gets the row key value - an object that uniquely identifies the row. Inherited from ASPxGridViewEditorCreateEventArgs. |
| Value | Gets or sets the filter cell’s value. Inherited from ASPxGridEditorCreateEventArgs. |
| VisibleIndex | Gets the row’s visible index. Inherited from ASPxGridViewEditorCreateEventArgs. |
See Also