Skip to main content

ExpressionConditionBase Members

Serves as a base class for expression based conditional formats.

Fields

Name Description
AnimateTransitionProperty static Identifies the ExpressionConditionBase.AnimateTransition dependency property.
AnimationSettingsProperty static Identifies the ExpressionConditionBase.AnimationSettings dependency property.
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.
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.

Properties

Name Description
AnimateTransition Gets or sets whether the transition between conditional formattings should be animated. This is a dependency property.
AnimationSettings Gets or sets the animation settings applied to the current conditional formatting. This is a dependency property.
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.
FormatPropertyForBinding For internal use.
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.
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