SpecialConditionalFormatting.Condition Property
In This Article
Gets or sets the type of the conditional format operator used in the conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ConditionalFormattingSpecialCondition Condition { get; set; }
#Property Value
Type | Description |
---|---|
Conditional |
One of Conditional |
Available values:
Name | Description |
---|---|
Contain |
Formats cells that contain formula errors. |
Not |
Formats cells that do not contain formula errors. |
Contain |
Formats blank cells. |
Contain |
Formats nonempty cells. |
Contain |
Formats cells that contain unique values. |
Contain |
Formats cells that contain duplicate values. |
See Also