FormatConditionBase Properties
Serves as a base class for conditional formats.| Name | Description |
|---|---|
| ApplyToRow | Specifies whether to apply the conditional format to the entire row. This is a dependency property. |
| 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. |
| FieldName | Gets or sets the data source field name of the column to which to apply the conditional format. This is a dependency property. |
| Fixed | Gets or sets whether the conditional format is hidden in the all Conditional Formatting dialogs. |
| FormatPropertyForBinding | For internal use. |
| IsEnabled | Gets or sets whether the conditional format is enabled. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Owner | For internal use. |
| OwnerPredefinedFormatsPropertyName | For internal use. |
| PredefinedFormatName | Gets or sets the name of the predefined format to be applied to the cells. This is a dependency property. |
| TypeName | For internal use. |
See Also