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 |