Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    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 Description
    LabelOperators

    Contains

    Contains - Display the pivot table that contains text.

    Declaration
    public const LabelOperators Contains
    Field Value
    Type Description
    LabelOperators

    DoesNotBeginWith

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

    Declaration
    public const LabelOperators DoesNotBeginWith
    Field Value
    Type Description
    LabelOperators

    DoesNotContains

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

    Declaration
    public const LabelOperators DoesNotContains
    Field Value
    Type Description
    LabelOperators

    DoesNotEndsWith

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

    Declaration
    public const LabelOperators DoesNotEndsWith
    Field Value
    Type Description
    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 Description
    LabelOperators

    EndsWith

    EndsWith - Display the pivot table that ends with text.

    Declaration
    public const LabelOperators EndsWith
    Field Value
    Type Description
    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 Description
    LabelOperators

    GreaterThan

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

    Declaration
    public const LabelOperators GreaterThan
    Field Value
    Type Description
    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 Description
    LabelOperators

    LessThan

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

    Declaration
    public const LabelOperators LessThan
    Field Value
    Type Description
    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 Description
    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 Description
    LabelOperators

    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