Skip to main content
All docs
V24.1

GridCustomizeFilterRowEditorEventArgs Class

Contains data for the CustomizeFilterRowEditor event.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class GridCustomizeFilterRowEditorEventArgs :
    GridCustomizeFilterRowEditorEventArgsBase

Remarks

Handle the CustomizeFilterRowEditor event to customize a filter row editor at runtime.

Inheritance

Object
DevExpress.Blazor.Internal.GridEventArgsBase
DevExpress.Blazor.Internal.GridCustomizeCellEditorEventArgsBase
DevExpress.Blazor.Internal.GridCustomizeFilterRowEditorEventArgsBase
GridCustomizeFilterRowEditorEventArgs
See Also