Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueOperators - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueOperators

    Defines the conditional operators for value type fields. 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. 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. 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
    ValueOperators
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ValueOperators : Enum

    Fields

    Between

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

    Declaration
    public const ValueOperators Between
    Field Value
    Type Description
    ValueOperators

    DoesNotEquals

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

    Declaration
    public const ValueOperators DoesNotEquals
    Field Value
    Type Description
    ValueOperators

    Equals

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

    Declaration
    public const ValueOperators Equals
    Field Value
    Type Description
    ValueOperators

    GreaterThan

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

    Declaration
    public const ValueOperators GreaterThan
    Field Value
    Type Description
    ValueOperators

    GreaterThanOrEqualTo

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

    Declaration
    public const ValueOperators GreaterThanOrEqualTo
    Field Value
    Type Description
    ValueOperators

    LessThan

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

    Declaration
    public const ValueOperators LessThan
    Field Value
    Type Description
    ValueOperators

    LessThanOrEqualTo

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

    Declaration
    public const ValueOperators LessThanOrEqualTo
    Field Value
    Type Description
    ValueOperators

    NotBetween

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

    Declaration
    public const ValueOperators NotBetween
    Field Value
    Type Description
    ValueOperators

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved