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

FormatConditionIconSet.Name Property

Gets or sets the name of the current icon set.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue("")]
[DXCategory("Behavior")]
public virtual string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A value that specifies the name of the current icon set.

See Also