Skip to main content

BootstrapGridViewEditorCreateEventHandler Delegate

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public delegate void BootstrapGridViewEditorCreateEventHandler(
    object sender,
    BootstrapGridViewEditorCreateEventArgs e
);

Parameters

Name Type
sender Object
e BootstrapGridViewEditorCreateEventArgs
See Also