Skip to main content

BootstrapGridViewEditorCreateEventArgs(BootstrapGridViewDataColumn, Int32, EditPropertiesBase, Object, Object) Constructor

Initializes a new instance of the BootstrapGridViewEditorCreateEventArgs class with the specified settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewEditorCreateEventArgs(
    BootstrapGridViewDataColumn column,
    int visibleIndex,
    EditPropertiesBase editorProperties,
    object keyValue,
    object value
)

Parameters

Name Type
column BootstrapGridViewDataColumn
visibleIndex Int32
editorProperties EditPropertiesBase
keyValue Object
value Object
See Also