menu

Blazor

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

    Show / Hide Table of Contents

    Class Operator

    Specifies the operator list used for filtering or searching operations.

    Inheritance
    System.Object
    Operator
    Namespace: Syncfusion.Blazor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Operator : Enum

    Fields

    Contains

    Represents a filter item checking if it contains a specified value.

    Declaration
    public const Operator Contains
    Field Value
    Type
    Operator

    DoesNotContain

    Represents a filter item checking if it does not contain a specified value.

    Declaration
    public const Operator DoesNotContain
    Field Value
    Type
    Operator

    DoesNotEndWith

    Represents a filter item checking if it does not end with a specified value.

    Declaration
    public const Operator DoesNotEndWith
    Field Value
    Type
    Operator

    DoesNotStartWith

    Represents a filter item checking if it does not start with a specified value.

    Declaration
    public const Operator DoesNotStartWith
    Field Value
    Type
    Operator

    EndsWith

    Represents a filter item checking if it endswith a specified value.

    Declaration
    public const Operator EndsWith
    Field Value
    Type
    Operator

    Equal

    Represents a filter item checking if it equal with a specified value.

    Declaration
    public const Operator Equal
    Field Value
    Type
    Operator

    GreaterThan

    Represents a filter item checking if it greaterthan with a specified value.

    Declaration
    public const Operator GreaterThan
    Field Value
    Type
    Operator

    GreaterThanOrEqual

    Represents a filter item checking if it greaterthanorequal with a specified value.

    Declaration
    public const Operator GreaterThanOrEqual
    Field Value
    Type
    Operator

    IsEmpty

    Represents a filter item checking if it is empty.

    Declaration
    public const Operator IsEmpty
    Field Value
    Type
    Operator

    IsNotEmpty

    Represents a filter item checking if it is not empty.

    Declaration
    public const Operator IsNotEmpty
    Field Value
    Type
    Operator

    IsNotNull

    Represents a filter item checking if it is not null.

    Declaration
    public const Operator IsNotNull
    Field Value
    Type
    Operator

    IsNull

    Represents a filter item checking if it is null.

    Declaration
    public const Operator IsNull
    Field Value
    Type
    Operator

    LessThan

    Represents a filter item checking if it lessthan with a specified value.

    Declaration
    public const Operator LessThan
    Field Value
    Type
    Operator

    LessThanOrEqual

    Represents a filter item checking if it lessthanorequal with a specified value.

    Declaration
    public const Operator LessThanOrEqual
    Field Value
    Type
    Operator

    Like

    Represents a filter item using the Like operator to match a specified pattern.

    Declaration
    public const Operator Like
    Field Value
    Type
    Operator
    Remarks

    The Like operator allows the use of wildcard characters to match patterns within strings.

    None

    No operator is selected.

    Declaration
    public const Operator None
    Field Value
    Type
    Operator

    NotEqual

    Represents a filter item checking if it not equal with a specified value.

    Declaration
    public const Operator NotEqual
    Field Value
    Type
    Operator

    StartsWith

    Represents a filter item checking if it startswith a specified value.

    Declaration
    public const Operator StartsWith
    Field Value
    Type
    Operator

    WildCard

    Represents a filter item using the Wildcard operator to match a specified pattern.

    Declaration
    public const Operator WildCard
    Field Value
    Type
    Operator
    Remarks

    The Wildcard operator allows the use of wildcard characters to match patterns within strings.

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