menu

Blazor

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

    Show / Hide Table of Contents

    Class Operators

    Defines the conditional operators for filtering settings. They are Equals - Display the pivot table that matches with the given text or value or date. DoesNotEquals - Display the pivot table that does not match with the given text or value or date. BeginWith - Display the pivot table that begins with text. DoesNotBeginWith - Display the pivot table that does not begins with text. EndsWith - Display the pivot table that ends with text. DoesNotEndsWith - Display the pivot table that does not ends with text. Contains - Display the pivot table that contains text. DoesNotContains - Display the pivot table that does not contain text. GreaterThan - Display the pivot table when the text or value is greater. GreaterThanOrEqualTo - Display the pivot table when the text or value is greater than or equal. LessThan - Display the pivot table when the text or value is lesser. LessThanOrEqualTo - Display the pivot table when the text or value is lesser than or equal. Before - Display the pivot table with preview all records from the given date. BeforeOrEqualTo - Display the pivot table with previous all records along with the given date. After - Display the pivot table with next all records to the given date. AfterOrEqualTo - Display the pivot table with next all records along with the given date. Between - Display the pivot table that records between the start and end text or value or date. NotBetween - Display the pivot table that does not record between the start and end text or value or date.

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

    Fields

    After

    After - Display the pivot table with next all records to the given date.

    Declaration
    public const Operators After
    Field Value
    Type
    Operators

    AfterOrEqualTo

    AfterOrEqualTo - Display the pivot table with next all records along with the given date.

    Declaration
    public const Operators AfterOrEqualTo
    Field Value
    Type
    Operators

    Before

    Before - Display the pivot table with preview all records from the given date.

    Declaration
    public const Operators Before
    Field Value
    Type
    Operators

    BeforeOrEqualTo

    BeforeOrEqualTo - Display the pivot table with previous all records along with the given date.

    Declaration
    public const Operators BeforeOrEqualTo
    Field Value
    Type
    Operators

    BeginWith

    BeginWith - Display the pivot table that begins with text.

    Declaration
    public const Operators BeginWith
    Field Value
    Type
    Operators

    Between

    Between - Display the pivot table that records between the start and end text or value or date.

    Declaration
    public const Operators Between
    Field Value
    Type
    Operators

    Contains

    Contains - Display the pivot table that contains text.

    Declaration
    public const Operators Contains
    Field Value
    Type
    Operators

    DoesNotBeginWith

    DoesNotBeginWith - Display the pivot table that does not begins with text.

    Declaration
    public const Operators DoesNotBeginWith
    Field Value
    Type
    Operators

    DoesNotContains

    DoesNotContains - Display the pivot table that does not contain text.

    Declaration
    public const Operators DoesNotContains
    Field Value
    Type
    Operators

    DoesNotEndsWith

    DoesNotEndsWith - Display the pivot table that does not ends with text.

    Declaration
    public const Operators DoesNotEndsWith
    Field Value
    Type
    Operators

    DoesNotEquals

    DoesNotEquals - Display the pivot table that does not match with the given text or value or date.

    Declaration
    public const Operators DoesNotEquals
    Field Value
    Type
    Operators

    EndsWith

    EndsWith - Display the pivot table that ends with text.

    Declaration
    public const Operators EndsWith
    Field Value
    Type
    Operators

    Equals

    Equals - Display the pivot table that matches with the given text or value or date.

    Declaration
    public const Operators Equals
    Field Value
    Type
    Operators

    GreaterThan

    GreaterThan - Display the pivot table when the text or value is greater.

    Declaration
    public const Operators GreaterThan
    Field Value
    Type
    Operators

    GreaterThanOrEqualTo

    GreaterThanOrEqualTo - Display the pivot table when the text or value is greater than or equal.

    Declaration
    public const Operators GreaterThanOrEqualTo
    Field Value
    Type
    Operators

    LessThan

    LessThan - Display the pivot table when the text or value is lesser.

    Declaration
    public const Operators LessThan
    Field Value
    Type
    Operators

    LessThanOrEqualTo

    LessThanOrEqualTo - Display the pivot table when the text or value is lesser than or equal.

    Declaration
    public const Operators LessThanOrEqualTo
    Field Value
    Type
    Operators

    NotBetween

    NotBetween - Display the pivot table that does not record between the start and end text or value or date.

    Declaration
    public const Operators NotBetween
    Field Value
    Type
    Operators
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved