alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FilterSettings

    Defines the filter param class which provides column level filter operator and read method to get data from Filter bar template.

    Inheritance
    object
    FilterSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.Grids.dll
    Syntax
    public class FilterSettings

    Constructors

    FilterSettings()

    Declaration
    public FilterSettings()

    Properties

    Operator

    Change the default filter operator for a column.

    Declaration
    public Operator? Operator { get; set; }
    Property Value
    Type
    Operator?

    ShowFilterBarOperator

    Gets or sets whether to show the filter bar operator dropdown for this column.

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

    true to show the dropdown; false to hide it; null to inherit from parent ShowFilterBarOperator. Default is null.

    Remarks

    When the parent ShowFilterBarOperator is false, this setting is ignored and no dropdown is shown. When the parent is true, this property controls the column-level behavior.

    Type

    Change the filter type for particular column.

    Declaration
    public FilterType? Type { get; set; }
    Property Value
    Type
    FilterType?
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved