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

IconSetConditionalFormatting.Reversed Property

Gets or sets whether icons in the icon set specified in the conditional formatting rule are shown in reverse order.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Reversed { get; set; }

Property Value

Type Description
Boolean

true, if the icon order is reversed; otherwise, false.

See Also