Skip to main content
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Reversed { get; set; }

Property Value

Type Description
Boolean

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

See Also