menu

UWP

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

    Show / Hide Table of Contents

    Class PivotGridDataConditionType

    Specifies the type of condition to be used in Conditional Formatting.

    Inheritance
    System.Object
    PivotGridDataConditionType
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public sealed class PivotGridDataConditionType : Enum

    Fields

    Between

    Performs a Between operation on the operands.

    Declaration
    public const PivotGridDataConditionType Between
    Field Value
    Type
    PivotGridDataConditionType

    Equals

    Performs an Equals operation on the operands.

    Declaration
    public const PivotGridDataConditionType Equals
    Field Value
    Type
    PivotGridDataConditionType

    GreaterThan

    Performs a GreatherThan operation on the operands.

    Declaration
    public const PivotGridDataConditionType GreaterThan
    Field Value
    Type
    PivotGridDataConditionType

    GreaterThanOrEqual

    Performs a GreaterThanOrEqual operation on the operands.

    Declaration
    public const PivotGridDataConditionType GreaterThanOrEqual
    Field Value
    Type
    PivotGridDataConditionType

    LessThan

    Performs a LessThan operation on the operands.

    Declaration
    public const PivotGridDataConditionType LessThan
    Field Value
    Type
    PivotGridDataConditionType

    LessThanOrEqual

    Performs a LessThanOrEqual operation on the operands.

    Declaration
    public const PivotGridDataConditionType LessThanOrEqual
    Field Value
    Type
    PivotGridDataConditionType

    NotBetween

    Performs a NotBetween operation on the operands

    Declaration
    public const PivotGridDataConditionType NotBetween
    Field Value
    Type
    PivotGridDataConditionType

    NotEquals

    Performs a NotEquals operation on the operands.

    Declaration
    public const PivotGridDataConditionType NotEquals
    Field Value
    Type
    PivotGridDataConditionType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved