aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b4dfe250.md
Provides data for the BootstrapGridView.CellEditorInitialize and BootstrapGridView.AutoFilterCellEditorInitialize events.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapGridViewEditorEventArgs :
ASPxGridViewEditorEventArgs
Public Class BootstrapGridViewEditorEventArgs
Inherits ASPxGridViewEditorEventArgs
BootstrapGridViewEditorEventArgs is the data class for the following events:
The BootstrapGridViewEditorEventArgs class provides properties that allow you to identify the processed data cell, its editor and value.
Object EventArgs ASPxGridItemEventArgs ASPxGridEditorEventArgs ASPxGridViewEditorEventArgs BootstrapGridViewEditorEventArgs
See Also