menu

Blazor

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

    Show / Hide Table of Contents

    Class Condition

    Defines the conditioanal formatting operators. 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
    Condition
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Condition : Enum

    Fields

    Between

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

    Declaration
    public const Condition Between
    Field Value
    Type
    Condition

    Equals

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

    Declaration
    public const Condition Equals
    Field Value
    Type
    Condition

    GreaterThan

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

    Declaration
    public const Condition GreaterThan
    Field Value
    Type
    Condition

    GreaterThanOrEqualTo

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

    Declaration
    public const Condition GreaterThanOrEqualTo
    Field Value
    Type
    Condition

    LessThan

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

    Declaration
    public const Condition LessThan
    Field Value
    Type
    Condition

    LessThanOrEqualTo

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

    Declaration
    public const Condition LessThanOrEqualTo
    Field Value
    Type
    Condition

    NotBetween

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

    Declaration
    public const Condition NotBetween
    Field Value
    Type
    Condition

    NotEquals

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

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