WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridConditionType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridConditionType

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

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridConditionType

    Fields

    Name Description
    Equals

    Performs an Equals opertion 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.

    NotEquals

    Performs a NotEquals operation on the operands.

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