Class IconSetRule
Represents a range rule that deparates values into different value classes defined by a set of constraints.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class IconSetRule : ConditionalFormattingRule, IRenderCellValue
Constructors
IconSetRule(IconSetValueContextBase)
Initializes a new instance of the IconSetRule class.
Declaration
public IconSetRule(IconSetValueContextBase values)
Parameters
IconSetValueContextBase
values
|
IconSetRule(PresetIconSet, Boolean)
Initializes a new instance of the IconSetRule class.
Declaration
public IconSetRule(PresetIconSet presetIconSet, bool isReversed = false)
Parameters
PresetIconSet
presetIconSet
|
System.Boolean
isReversed
|
Properties
IsReversed
Gets a value that indicates whether the chose icon set is reversed.
Declaration
public bool IsReversed { get; }
Property Value
System.Boolean
|
ShowIconOnly
Gets or sets a value that indicates whether the cells' values should be visible.
Declaration
public bool ShowIconOnly { get; set; }
Property Value
System.Boolean
|
ValueContext
Gets an object that describes the range thresholds and the set of used icons.
Declaration
public IconSetValueContextBase ValueContext { get; }
Property Value
IconSetValueContextBase
|