Back to Devexpress

BootstrapGridViewEditorEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b4dfe250.md

latest2.2 KB
Original Source

BootstrapGridViewEditorEventArgs Class

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

Declaration

csharp
public class BootstrapGridViewEditorEventArgs :
    ASPxGridViewEditorEventArgs
vb
Public Class BootstrapGridViewEditorEventArgs
    Inherits ASPxGridViewEditorEventArgs

BootstrapGridViewEditorEventArgs is the data class for the following events:

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

BootstrapGridViewEditorEventArgs Members

Grid View

DevExpress.Web.Bootstrap Namespace