menu

Blazor

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

    Show / Hide Table of Contents

    Class LabelOperators

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

    Fields

    BeginWith

    BeginWith - Display the pivot table that begins with text.

    Declaration
    public const LabelOperators BeginWith
    Field Value
    Type
    LabelOperators

    Between

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

    Declaration
    public const LabelOperators Between
    Field Value
    Type
    LabelOperators

    Contains

    Contains - Display the pivot table that contains text.

    Declaration
    public const LabelOperators Contains
    Field Value
    Type
    LabelOperators

    DoesNotBeginWith

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

    Declaration
    public const LabelOperators DoesNotBeginWith
    Field Value
    Type
    LabelOperators

    DoesNotContains

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

    Declaration
    public const LabelOperators DoesNotContains
    Field Value
    Type
    LabelOperators

    DoesNotEndsWith

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

    Declaration
    public const LabelOperators DoesNotEndsWith
    Field Value
    Type
    LabelOperators

    DoesNotEquals

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

    Declaration
    public const LabelOperators DoesNotEquals
    Field Value
    Type
    LabelOperators

    EndsWith

    EndsWith - Display the pivot table that ends with text.

    Declaration
    public const LabelOperators EndsWith
    Field Value
    Type
    LabelOperators

    Equals

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

    Declaration
    public const LabelOperators Equals
    Field Value
    Type
    LabelOperators

    GreaterThan

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

    Declaration
    public const LabelOperators GreaterThan
    Field Value
    Type
    LabelOperators

    GreaterThanOrEqualTo

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

    Declaration
    public const LabelOperators GreaterThanOrEqualTo
    Field Value
    Type
    LabelOperators

    LessThan

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

    Declaration
    public const LabelOperators LessThan
    Field Value
    Type
    LabelOperators

    LessThanOrEqualTo

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

    Declaration
    public const LabelOperators LessThanOrEqualTo
    Field Value
    Type
    LabelOperators

    NotBetween

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

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