Skip to main content

FormatConditionIconSet.CategoryName Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

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