TextConditionalFormatting.Condition Property
Gets or sets the type of the conditional format operator used in the conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ConditionalFormattingTextCondition | One of ConditionalFormattingTextCondition enumeration values. |
Available values:
| Name | Description |
|---|---|
| Contains | Formats cells that contain the specified text string. |
| NotContains | Formats cells that do not contain the specified text string. |
| BeginsWith | Formats cells that begin with the specified text string. |
| EndsWith | Formats cells that end with the specified text string. |
See Also