IconSetFormatCondition Properties
Represents an icon set format condition.| Name | Description |
|---|---|
| ApplyToSpecificLevel | Specifies whether to apply conditional formatting to data cells placed at the intersection of specified column and row fields. This is a dependency property. Inherited from FormatConditionBase. |
| ColumnName | Gets or sets a name of the column field to which, on intersection with a row field, a format is applied. Inherited from FormatConditionBase. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| Expression | Gets or sets the expression used to apply the corresponding conditional formatting rule. This is a dependency property. Inherited from FormatConditionBase. |
| Format | Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property. |
| FormatPropertyForBinding | For internal use. |
| IsEnabled | Gets or sets a flag that indicates whether the format rule is enabled. This is a dependency property. Inherited from FormatConditionBase. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| MaxValue | Specifies the maximum data field value to accept for conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase. |
| MeasureName | Gets or sets a data field name for whose values conditional formatting is applied. Inherited from FormatConditionBase. |
| MinValue | Specifies the minimum data field value to accept for conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase. |
| Owner | Gets the format condition’s owner. Inherited from FormatConditionBase. |
| PredefinedFormatName | Gets or sets the name of the predefined format to be applied to the cells. This is a dependency property. Inherited from FormatConditionBase. |
| RowName | Gets or sets a name of the row field, to which intersection with column field a format is applied. Inherited from FormatConditionBase. |
| SelectiveExpression | Specifies a custom rule for applying conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase. |
| TypeName | Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from FormatConditionBase. |
See Also