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

FormatConditionIconSet.Icons Property

Specifies an icon collection for the FormatConditionRuleIconSet format.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 99, XtraSerializationFlags.DefaultValue)]
[DXCategory("Appearance")]
public virtual FormatConditionIconSetIconCollection Icons { get; }

Property Value

Type Description
DevExpress.XtraEditors.FormatConditionIconSetIconCollection

An icon collection.

Remarks

The Icons property specifies a collection of FormatConditionIconSetIcon objects.

The icon set divides column values into several ranges and displays a specific icon for each range. The number of elements in the icon set corresponds to the number of ranges.

See Also