FormatConditionBase Properties
Serves as a base class for conditional formats.Name | Description |
---|---|
ActualFormat | Returns the actual appearance settings used by the conditional formatting rule. |
ApplyToRow | Specifies whether to apply a conditional format to the entire row. This is a dependency property. |
FieldName | Specifies the data source field name of the column to which to apply the conditional format. This is a dependency property. |
IsEnabled | Specifies whether the conditional format is enabled. This is a dependency property. |
PredefinedFormatName | Specifies the name of the predefined format to be applied to the cells. This is a dependency property. |
See Also