Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class CompositeFilterDescriptor

    Represents a filter in a component that supports filtering.

    Inheritance
    object
    CompositeFilterDescriptor
    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 CompositeFilterDescriptor

    Constructors

    CompositeFilterDescriptor()

    Represents a filter in a component that supports filtering.

    Declaration
    public CompositeFilterDescriptor()

    Properties

    FilterOperator

    Gets or sets the operator which will compare the property value with FilterValue.

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

    The filter operator.

    FilterProperty

    Gets or sets the name of the filtered property.

    Declaration
    public string FilterProperty { get; set; }
    Property Value
    Type Description
    string

    The property.

    FilterValue

    Gets or sets the value to filter by.

    Declaration
    public object FilterValue { get; set; }
    Property Value
    Type Description
    object

    The filter value.

    Filters

    Gets or sets the filters.

    Declaration
    public IEnumerable<CompositeFilterDescriptor> Filters { get; set; }
    Property Value
    Type Description
    IEnumerable<CompositeFilterDescriptor>

    The filters.

    LogicalFilterOperator

    Gets or sets the logic used to combine the outcome of filtering by FilterValue.

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

    The logical filter operator.

    Property

    Gets or sets the name of the filtered property.

    Declaration
    public string Property { get; set; }
    Property Value
    Type Description
    string

    The property.

    Type

    Gets or sets the property type.

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

    The property type.

    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