menu

Blazor

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

    Show / Hide Table of Contents

    Interface IFilterOperator

    Represents a custom filter operator that can be used in the Menu filter.

    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface IFilterOperator

    Properties

    Text

    Gets or sets the display text of the custom filter operator.

    Declaration
    string Text { get; set; }
    Property Value
    Type Description
    System.String

    The display text of the custom filter operator.

    Value

    Gets or sets the operator value that represents the custom filter operator.

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String

    The operator value of the custom filter operator.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved