BootstrapGridViewEditorEventArgs(BootstrapGridViewDataColumn, Int32, ASPxEditBase, Object, Object) Constructor
Initializes a new instance of the BootstrapGridViewEditorEventArgs class with the specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapGridViewEditorEventArgs(
BootstrapGridViewDataColumn column,
int visibleIndex,
ASPxEditBase editor,
object keyValue,
object value
)
Parameters
Name | Type | Description |
---|---|---|
column | BootstrapGridViewDataColumn | A BootstrapGridViewDataColumn descendant that represents the data column whose cell editor is being initialized. This value is assigned to the BootstrapGridViewEditorEventArgs.Column property. |
visibleIndex | Int32 | An integer value that identifies the data row whose values are being edited. This value is assigned to the ASPxGridViewItemEventArgs.VisibleIndex property. |
editor | ASPxEditBase | An ASPxEditBase descendant that represents the processed cell editor. This value is assigned to the ASPxGridEditorEventArgs.Editor property. |
keyValue | Object | An object that uniquely identifies the row. This value is assigned to the ASPxGridViewItemEventArgs.KeyValue property. |
value | Object | An object that represents the editor’s value. This value is assigned to the ASPxGridEditorEventArgs.Value property. |
Remarks
Instances of the BootstrapGridViewEditorEventArgs class are automatically created, initialized and passed to the corresponding event handlers.