Skip to main content

FormatConditionIconSet.Name Property

Gets or sets the name of the current icon set.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Behavior")]
[XtraSerializableProperty]
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