Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class DataGridColumnFilterEventArgs<T>

    Supplies information about a Filter event that is being raised.

    Inheritance
    System.Object
    DataGridColumnFilterEventArgs<T>
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class DataGridColumnFilterEventArgs<T> : object
    Type Parameters
    Name Description
    T

    Properties

    Column

    Gets the filtered RadzenDataGridColumn.

    Declaration
    public RadzenDataGridColumn<T> Column { get; }
    Property Value
    Type Description
    RadzenDataGridColumn<T>

    FilterOperator

    Gets the new filter operator of the filtered column.

    Declaration
    public FilterOperator FilterOperator { get; }
    Property Value
    Type Description
    FilterOperator

    FilterValue

    Gets the new filter value of the filtered column.

    Declaration
    public object FilterValue { get; }
    Property Value
    Type Description
    System.Object

    LogicalFilterOperator

    Gets the new logical filter operator of the filtered column.

    Declaration
    public LogicalFilterOperator LogicalFilterOperator { get; }
    Property Value
    Type Description
    LogicalFilterOperator

    SecondFilterOperator

    Gets the new second filter operator of the filtered column.

    Declaration
    public FilterOperator SecondFilterOperator { get; }
    Property Value
    Type Description
    FilterOperator

    SecondFilterValue

    Gets the new second filter value of the filtered column.

    Declaration
    public object SecondFilterValue { get; }
    Property Value
    Type Description
    System.Object

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT