windowsforms-devexpress-dot-xtraeditors-dot-formatconditioniconset.md
Specifies an icon collection for the FormatConditionRuleIconSet format.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 99, XtraSerializationFlags.DefaultValue)]
[DXCategory("Appearance")]
public virtual FormatConditionIconSetIconCollection Icons { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, True, 99, XtraSerializationFlags.DefaultValue)>
<DXCategory("Appearance")>
Public Overridable ReadOnly Property Icons As FormatConditionIconSetIconCollection
| Type | Description |
|---|---|
| DevExpress.XtraEditors.FormatConditionIconSetIconCollection |
An icon collection.
|
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