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

FormatConditionIconSet Class

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class FormatConditionIconSet :
    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 documents to learn more.

Inheritance

Object
FormatConditionIconSet
See Also