Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormatConditionIconSet.Icons Property

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.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