FormatConditionIconSet.Icons Property
In This Article
Specifies an icon collection for the FormatConditionRuleIconSet format.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 99, XtraSerializationFlags.DefaultValue)]
[DXCategory("Appearance")]
public virtual FormatConditionIconSetIconCollection Icons { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
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