Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IconSetConditionalFormatting.Values Property

Returns an array of threshold values used in the icon set conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ConditionalFormattingIconSetValue[] Values { get; }

Property Value

Type Description
ConditionalFormattingIconSetValue[]

An array of ConditionalFormattingIconSetValue values that are threshold values.

See Also