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

FormatConditionIconSet.HasIcons Property

Gets whether the current icon set contains icons.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual bool HasIcons { get; }

Property Value

Type Description
Boolean

true, if the current icon set contains one or more icons; otherwise; false.

See Also