Skip to main content
All docs
V18.2

FormatConditionIconSetIcon.Icon Property

Gets or sets a custom icon.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
[DXCategory("Appearance")]
public Image Icon { get; set; }

Property Value

Type Default Description
Image *null*

A custom icon.

Remarks

When customizing the FormatConditionIconSetIcon object, you can choose one of the predefined icons using the FormatConditionIconSetIcon.PredefinedName property, or specify a custom icon using the Icon property.

Note, that the Icon is in effect if the FormatConditionIconSetIcon.PredefinedName property is not set.

See Also