UniqueDuplicateRuleFormatCondition Properties
A Unique-Duplicate conditional format.| Name | Description |
|---|---|
| ActualFormat | Returns the actual appearance settings used by the conditional formatting rule. Inherited from FormatConditionBase. |
| ApplyToRow | Specifies whether to apply a conditional format to the entire row. This is a dependency property. Inherited from FormatConditionBase. |
| FieldName | Specifies the data source field name of the column to which to apply the conditional format. This is a dependency property. Inherited from FormatConditionBase. |
| Format | Specifies the custom formatting settings. This is a dependency property. |
| IsEnabled | Specifies whether the conditional format is enabled. This is a dependency property. Inherited from FormatConditionBase. |
| PredefinedFormatName | Specifies the name of the predefined format to be applied to the cells. This is a dependency property. Inherited from FormatConditionBase. |
| Rule | Specifies the rule for a conditional format. This is a dependency property. |
| SelectiveExpression | Gets or sets an expression that selects data records to which the Unique/Duplicate conditional format is applied. This is a dependency property. |
See Also