Back to Devexpress

FormatConditionIconSet Class

windowsforms-devexpress-dot-xtraeditors-f2084bc6.md

latest2.9 KB
Original Source

FormatConditionIconSet Class

A class that exposes an icon set for the FormatConditionRuleIconSet format.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class FormatConditionIconSet :
    IXtraSupportDeserializeCollectionItem
vb
Public Class FormatConditionIconSet
    Implements IXtraSupportDeserializeCollectionItem

The following members return FormatConditionIconSet objects:

Remarks

A FormatConditionIconSet object is used to set the FormatConditionRuleIconSet.IconSet property. It provides access to the FormatConditionIconSet.Icons collection, which stores icons (FormatConditionIconSetIcon objects). These icons divide column values into several ranges separated by threshold values (FormatConditionIconSetIcon.Value). The number of icons in this collection corresponds to the number of ranges.

See the following topics to learn more:

Inheritance

Object FormatConditionIconSet

See Also

FormatConditionIconSet Members

FormatConditionRuleIconSet

Appearance and Conditional Formatting

Conditional Formatting

Conditional Formatting

DevExpress.XtraEditors Namespace