Skip to main content
Row

RangeConditionalFormatting.Condition Property

Gets or sets the type of the conditional format operator used in the conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ConditionalFormattingRangeCondition Condition { get; set; }

Property Value

Type Description
ConditionalFormattingRangeCondition

One of ConditionalFormattingRangeCondition enumeration values.

Available values:

Name Description
Inside

Formats cells that are between two specified values.

Outside

Formats cells that are not between two specified values.

See Also