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. |
| 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. |
| 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