Skip to main content

FormatConditionIconSet.HasIcons Property

Gets whether the current icon set contains icons.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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