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
    object
    DataGridColumnFilterEventArgs<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class DataGridColumnFilterEventArgs<T> where T : notnull
    Type Parameters
    Name Description
    T

    The data item type.

    Constructors

    DataGridColumnFilterEventArgs()

    Supplies information about a Filter event that is being raised.

    Declaration
    public DataGridColumnFilterEventArgs()

    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
    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
    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-2026 Radzen. Source Code licensed under MIT