Back to Devexpress

FormatConditionIconSet.Icons Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditioniconset.md

latest1.8 KB
Original Source

FormatConditionIconSet.Icons Property

Specifies an icon collection for the FormatConditionRuleIconSet format.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 99, XtraSerializationFlags.DefaultValue)]
[DXCategory("Appearance")]
public virtual FormatConditionIconSetIconCollection Icons { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, True, 99, XtraSerializationFlags.DefaultValue)>
<DXCategory("Appearance")>
Public Overridable ReadOnly Property Icons As FormatConditionIconSetIconCollection

Property Value

TypeDescription
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

FormatConditionIconSet Class

FormatConditionIconSet Members

DevExpress.XtraEditors Namespace