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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

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