Version 24.2 (latest)

IconConditionalFormatRule Class Properties

For a list of all members of this type, see IconConditionalFormatRule members.

Public Properties
 NameDescription
Public PropertyCellValueVisibilityGet / set if the text data should be displayed in the cell along with the style change. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
Public PropertyColumnGets the Column that this ConditionalFormattingRuleBase is tied to. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsTerminalRuleGet / set whether to stop evaluating rules if this rule will apply a style. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
Public PropertyRuleExecutionGet / set at what stage to gather data for conditional formatting. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
Public PropertyRulesGet / set a collection of ConditionalFormatIcon objects which will be applied by this rule.  
Public PropertyShouldRefreshOnDataChangeGet / set whether this rule needs to reaquire data due to cell value being changed. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
Public PropertyStyleScopeGet / set whether the style applied by this rule should effect only a single cell or all cells in the row. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
Protected Properties
 NameDescription
Protected PropertyPriorityPropertiesGets a List of properties that should be applied, before even trying to look at any other property on the object. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
Protected PropertyPropertiesToIgnoreGets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBase)
See Also