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

FormatConditionRuleIconSet.IconSet Property

Gets or sets an icon set.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public FormatConditionIconSet IconSet { get; set; }

Property Value

Type Default Description
FormatConditionIconSet *null*

A value that specifies an icon set.

Remarks

An icon set allows you to classify column values into several ranges separated by threshold values and display a specific icon for each range. See FormatConditionIconSet to learn more.

See Also