Skip to main content

IconSettings.IconType Property

Gets or sets the icon used in conditional formatting.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(FormatConditionIconType.None)]
public FormatConditionIconType IconType { get; set; }

Property Value

Type Default Description
FormatConditionIconType None

A FormatConditionIconType object that specifies the icon.

See Also