Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

RankConditionalFormatting.Condition Property

Gets or sets the type of the conditional format operator used in the "top/bottom N" conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ConditionalFormattingRankCondition Condition { get; set; }

Property Value

Type Description
ConditionalFormattingRankCondition

One of ConditionalFormattingRankCondition enumeration values.

See Also