Skip to main content

BootstrapGridViewEditorCreateEventHandler Delegate

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Parameters

Name Type
sender Object
e BootstrapGridViewEditorCreateEventArgs
See Also