Skip to main content

UniqueDuplicateRuleFormatCondition Members

A Unique-Duplicate conditional format.

Constructors

Name Description
UniqueDuplicateRuleFormatCondition() Initializes a new instance of the UniqueDuplicateRuleFormatCondition class.

Fields

Name Description
AnimateTransitionProperty static Identifies the ExpressionConditionBase.AnimateTransition dependency property. Inherited from ExpressionConditionBase.
AnimationSettingsProperty static Identifies the ExpressionConditionBase.AnimationSettings dependency property. Inherited from ExpressionConditionBase.
ApplyToRowProperty static Identifies the FormatConditionBase.ApplyToRow dependency property. Inherited from FormatConditionBase.
ExpressionProperty static Identifies the FormatConditionBase.Expression dependency property. Inherited from FormatConditionBase.
FieldNameProperty static Identifies the FormatConditionBase.FieldName dependency property. Inherited from FormatConditionBase.
FixedProperty static Identifies the FormatConditionBase.Fixed dependency property. Inherited from FormatConditionBase.
FormatProperty static Identifies the ExpressionConditionBase.Format dependency property. Inherited from ExpressionConditionBase.
IsEnabledProperty static Identifies the FormatConditionBase.IsEnabled dependency property. Inherited from FormatConditionBase.
OwnerProperty static Identifies the FormatConditionBase.Owner dependency property. Inherited from FormatConditionBase.
PredefinedFormatNameProperty static Identifies the FormatConditionBase.PredefinedFormatName dependency property. Inherited from FormatConditionBase.
RuleProperty static Identifies the UniqueDuplicateRuleFormatCondition.Rule dependency property.
SelectiveExpressionProperty static Identifies the UniqueDuplicateRuleFormatCondition.SelectiveExpression dependency property.

Properties

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.
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.
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.
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.
TypeName For internal use. Inherited from FormatConditionBase.

Methods

Name Description
GetApplyToFieldName() For internal use. Inherited from FormatConditionBase.
OnDeserializeEnd() For internal use. Inherited from FormatConditionBase.
OnDeserializeStart() For internal use. Inherited from FormatConditionBase.
See Also