alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridDataConditionType

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

    Inheritance
    System.Object
    GridDataConditionType
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataConditionType : Enum

    Fields

    Equals

    Performs an Equals opertion on the operands.

    Declaration
    public const GridDataConditionType Equals
    Field Value
    Type
    GridDataConditionType

    GreaterThan

    Performs a GreatherThan operation on the operands.

    Declaration
    public const GridDataConditionType GreaterThan
    Field Value
    Type
    GridDataConditionType

    GreaterThanOrEqual

    Performs a GreaterThanOrEqual operation on the operands.

    Declaration
    public const GridDataConditionType GreaterThanOrEqual
    Field Value
    Type
    GridDataConditionType

    LessThan

    Performs a LessThan operation on the operands.

    Declaration
    public const GridDataConditionType LessThan
    Field Value
    Type
    GridDataConditionType

    LessThanOrEqual

    Performs a LessThanOrEqual operation on the operands.

    Declaration
    public const GridDataConditionType LessThanOrEqual
    Field Value
    Type
    GridDataConditionType

    NotEquals

    Performs a NotEquals operation on the operands.

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