Skip to main content
All docs
V18.2

FormatConditionIconSetIcon.PredefinedName Property

Gets or set a predefined icon.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
[DXCategory("Appearance")]
public string PredefinedName { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of a predefined icon.

Remarks

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

FormatRuleIconSetPredefinedName

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

See Also