Skip to main content
All docs
V25.1
  • GridCustomizeDataRowEditorEventArgs Class

    Contains data for the CustomizeDataRowEditor event.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public class GridCustomizeDataRowEditorEventArgs :
        GridCustomizeDataRowEditorEventArgsBase

    Remarks

    Handle the Grid’s CustomizeFilterRowEditor event to customize editors in the filter row. The CustomizeDataRowEditor event allows you to customize editors displayed in data rows, inline, or pop-up edit forms.

    Inheritance

    Object
    DevExpress.Blazor.Internal.GridEventArgsBase
    DevExpress.Blazor.Internal.GridEditingEventArgsBase
    DevExpress.Blazor.Internal.GridCustomizeDataRowEditorEventArgsBase
    GridCustomizeDataRowEditorEventArgs
    See Also