Skip to main content

IndicatorFormatConditionBase Members

Serves as a base class for indicator-type conditional formats.

Fields

Name Description
AnimateTransitionProperty static Identifies the IndicatorFormatConditionBase.AnimateTransition dependency property.
AnimationSettingsProperty static Identifies the IndicatorFormatConditionBase.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.
IsEnabledProperty static Identifies the FormatConditionBase.IsEnabled dependency property. Inherited from FormatConditionBase.
MaxValueProperty static Identifies the IndicatorFormatConditionBase.MaxValue dependency property.
MinValueProperty static Identifies the IndicatorFormatConditionBase.MinValue dependency property.
OwnerProperty static Identifies the FormatConditionBase.Owner dependency property. Inherited from FormatConditionBase.
PredefinedFormatNameProperty static Identifies the FormatConditionBase.PredefinedFormatName dependency property. Inherited from FormatConditionBase.
SelectiveExpressionProperty static Identifies the IndicatorFormatConditionBase.SelectiveExpression dependency property.

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 transition 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.
FormatPropertyForBinding For internal use. Inherited from FormatConditionBase.
IsEnabled Gets or sets whether the conditional format is enabled. Inherited from FormatConditionBase.
MaxValue Specifies the maximum column value to accept for conditional formatting. This is a dependency property.
MinValue Specifies the minimum column value to accept for conditional formatting. This is a dependency property.
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.
SelectiveExpression Gets or sets an expression that selects data records to which a conditional format is applied. This is a dependency property.
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