menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum OlapGridDataConditionType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum OlapGridDataConditionType

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

    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public enum OlapGridDataConditionType

    Fields

    Name Description
    Between

    Performs a Between operation on the operands.

    Equals

    Performs an Equals operation on the operands.

    GreaterThan

    Performs a GreatherThan operation on the operands.

    GreaterThanOrEqual

    Performs a GreaterThanOrEqual operation on the operands.

    LessThan

    Performs a LessThan operation on the operands.

    LessThanOrEqual

    Performs a LessThanOrEqual operation on the operands.

    NotBetween

    Performs a NotBetween operation on the operands.

    NotEquals

    Performs a NotEquals operation on the operands.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved