Skip to main content
A newer version of this page is available. .

XlCondFmtRuleIconSet.Reverse Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public bool Reverse { get; set; }

Property Value

Type Description
Boolean

true, to show icons in reverse order; otherwise, false.

See Also