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

FormatConditionIconSet.CategoryName Property

Gets or sets the category name of the current icon set.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

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

See Also