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.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?

    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 - 2025 Syncfusion Inc. All Rights Reserved