FormatCondition Properties
A value based conditional format.| Name | Description |
|---|---|
| AnimateTransition | Gets or sets whether the transition between conditional formattings should be animated. This is a dependency property. Inherited from ExpressionConditionBase. |
| AnimationSettings | Gets or sets the animation settings applied to the current conditional formatting. This is a dependency property. Inherited from ExpressionConditionBase. |
| ApplyToRow | Specifies whether to apply the conditional format to the entire row. This is a dependency property. 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 a conditional format. This is a dependency property. Inherited from FormatConditionBase. |
| FieldName | Gets or sets the data source field name of the column to which to apply the conditional format. This is a dependency property. Inherited from FormatConditionBase. |
| Fixed | Gets or sets whether the conditional format is hidden in the all Conditional Formatting dialogs. 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. Inherited from ExpressionConditionBase. |
| FormatPropertyForBinding | For internal use. Inherited from ExpressionConditionBase. |
| IsEnabled | Gets or sets whether the conditional format is enabled. Inherited from FormatConditionBase. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Owner | For internal use. Inherited from FormatConditionBase. |
| OwnerPredefinedFormatsPropertyName | For internal use. 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. |
| TypeName | For internal use. Inherited from FormatConditionBase. |
| Value1 | The lowest value in the column’s data range. This is a dependency property. |
| Value2 | The largest value in the column’s data range. This is a dependency property. |
| ValueRule | Specifies the rule for conditional formatting. This is a dependency property. |
See Also