BootstrapGridViewEditorEventArgs Class
In This Article
Provides data for the BootstrapGridView.CellEditorInitialize and BootstrapGridView.AutoFilterCellEditorInitialize events.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapGridViewEditorEventArgs :
ASPxGridViewEditorEventArgs
#Remarks
The BootstrapGridViewEditorEventArgs class provides properties that allow you to identify the processed data cell, its editor and value.
#Inheritance
Object
EventArgs
ASPxGridItemEventArgs
ASPxGridEditorEventArgs
ASPxGridViewEditorEventArgs
BootstrapGridViewEditorEventArgs
See Also