WPF

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

    Show / Hide Table of Contents

    Enum GridConditionalFormatType

    Specifies the type of conditional format

    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public enum GridConditionalFormatType

    Fields

    Name Description
    Blank

    Apply conditional formatting if the cell contains no value

    CellValue

    Apply conditional formatting based on cellvalue

    DatesOccurring

    Apply the conditional formatting based on dates

    Error

    Apply conditional formatting if the cell contains error value

    Formula

    Apply conditional formatting based on formulavalue

    NoBlank

    Apply conditional formatting if the cell contains any value

    NoError

    Apply conditional formatting if the cell contains no error

    SpecificText

    Apply conditional formatting if the cellvalue match with the specified value

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