Skip to main content
Row

IconSetConditionalFormatting.Values Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ConditionalFormattingIconSetValue[] Values { get; }

Property Value

Type Description
ConditionalFormattingIconSetValue[]

An array of ConditionalFormattingIconSetValue values that are threshold values.

See Also