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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool Reverse { get; set; }

Property Value

Type Description
Boolean

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

See Also