Skip to main content

BootstrapGridView.CellEditorInitialize Event

Enables the cell editors displayed within the edit cells to be initialized.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public event BootstrapGridViewEditorEventHandler CellEditorInitialize

Event Data

The CellEditorInitialize event's data class is BootstrapGridViewEditorEventArgs. The following properties provide information specific to this event:

Property 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