Skip to main content

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Reverse { get; set; }

Property Value

Type Description
Boolean

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

See Also