Skip to main content
Row

ConditionalFormattingIconSetInsideValue Interface

OBSOLETE

Use the ConditionalFormattingIconSetValue interface instead.

Represents a threshold value for an icon set conditional formatting rule.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[Obsolete("Use the ConditionalFormattingIconSetValue interface instead.", true)]
public interface ConditionalFormattingIconSetInsideValue :
    ConditionalFormattingIconSetValue,
    ConditionalFormattingValue
See Also