menu

UWP

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

    Show / Hide Table of Contents

    Class GridConditionType

    Specifies the type of conditon to be used in conditional formatting.

    Inheritance
    System.Object
    GridConditionType
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class GridConditionType : Enum

    Fields

    BeginsWith

    Check whether the cellvalue begins with specific text or not

    Declaration
    public const GridConditionType BeginsWith
    Field Value
    Type
    GridConditionType

    Between

    performs a between operation on the operands.

    Declaration
    public const GridConditionType Between
    Field Value
    Type
    GridConditionType

    Contains

    performs whether specific text present in the cellvalue or not

    Declaration
    public const GridConditionType Contains
    Field Value
    Type
    GridConditionType

    EndsWith

    Check whether the cellvalue Ends with specific text or not

    Declaration
    public const GridConditionType EndsWith
    Field Value
    Type
    GridConditionType

    Equal

    peforms an equal operation to the operands.

    Declaration
    public const GridConditionType Equal
    Field Value
    Type
    GridConditionType

    Error

    Check whether the cell is an error cell or not

    Declaration
    public const GridConditionType Error
    Field Value
    Type
    GridConditionType

    GreaterThan

    Performs a GreatherThan operation on the operands.

    Declaration
    public const GridConditionType GreaterThan
    Field Value
    Type
    GridConditionType

    GreaterThanOrEqual

    Performs a GreaterThanOrEqual operation on the operands.

    Declaration
    public const GridConditionType GreaterThanOrEqual
    Field Value
    Type
    GridConditionType

    LessThan

    Performs a LessThan operation on the operands.

    Declaration
    public const GridConditionType LessThan
    Field Value
    Type
    GridConditionType

    LessThanOrEqual

    Performs a LessThanOrEqual operation on the operands.

    Declaration
    public const GridConditionType LessThanOrEqual
    Field Value
    Type
    GridConditionType

    NoError

    Check whether the cell is error cell or not

    Declaration
    public const GridConditionType NoError
    Field Value
    Type
    GridConditionType

    NotBetween

    performs a not between operation on the operands.

    Declaration
    public const GridConditionType NotBetween
    Field Value
    Type
    GridConditionType

    NotContains

    performs whether specific text not present in the cellvalue or not

    Declaration
    public const GridConditionType NotContains
    Field Value
    Type
    GridConditionType

    NotEqual

    Performs a NotEquals operation on the operands.

    Declaration
    public const GridConditionType NotEqual
    Field Value
    Type
    GridConditionType

    Extension Methods

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