Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IconSetConditionalFormatting Members

In This Article
Represents an icon set conditional formatting rule.

#Properties
Show Inherited Hide Inherited

Name Description
IconSet Gets or sets an icon set type for conditional formatting.
IsCustom Indicates whether a custom icon set is specified.
Priority Specifies the priority of the conditional formatting rule. Inherited from ConditionalFormatting.
Range Gets or sets the range of cells to which the conditional formatting rule is applied. Inherited from ConditionalFormatting.
Ranges Obsolete. Gets or sets a collection of ranges, to which the conditional format is applied. Inherited from ConditionalFormatting.
Reversed Gets or sets whether icons in the icon set specified in the conditional formatting rule are shown in reverse order.
ShowValue Gets or sets whether to show values of cells to which the icon set conditional formatting rule is applied.
StopIfTrue Specifies whether the rules with lower priority can be applied. Inherited from ConditionalFormatting.
Values Returns an array of threshold values used in the icon set conditional formatting rule.

#Methods

Name Description
GetIcon(Int32) Gets an icon by its index from the icon set specified in the icon set conditional format.
SetCustomIcon(Int32, ConditionalFormattingCustomIcon) Inserts a custom icon into the icon set specified in the conditional formatting rule.
See Also