TreeListCustomizeFilterRowEditorEventArgs Class
Contains data for the CustomizeFilterRowEditor event.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class TreeListCustomizeFilterRowEditorEventArgs :
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
TreeListCustomizeFilterRowEditorEventArgs
See Also