Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+
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