menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterSettings - Blazor API Reference | Syncfusion

    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
    System.Object
    FilterSettings
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FilterSettings : Object

    Constructors

    FilterSettings()

    Declaration
    public FilterSettings()

    Properties

    Operator

    Change the default filter operator for a column.

    Declaration
    public Nullable<Operator> Operator { get; set; }
    Property Value
    Type
    System.Nullable<Operator>

    Type

    Change the filter type for particular column.

    Declaration
    public Nullable<FilterType> Type { get; set; }
    Property Value
    Type
    System.Nullable<FilterType>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved