BootstrapGridViewEditorEventArgs Constructors
Provides data for the BootstrapGridView.CellEditorInitialize and BootstrapGridView.AutoFilterCellEditorInitialize events.| Name | Parameters | Description |
|---|---|---|
| BootstrapGridViewEditorEventArgs(BootstrapGridViewDataColumn, Int32, ASPxEditBase, Object, Object) | column, visibleIndex, editor, keyValue, value | Initializes a new instance of the BootstrapGridViewEditorEventArgs class with the specified settings. |
See Also