Skip to main content

IndicatorFormatConditionBase Members

Serves as a base for classes that represent indicator-type format conditions.

Fields

Name Description
ApplyToSpecificLevelProperty static Identifies the FormatConditionBase.ApplyToSpecificLevel dependency property. Inherited from FormatConditionBase.
ColumnNameProperty static Identifies the FormatConditionBase.ColumnName dependency property. Inherited from FormatConditionBase.
ExpressionProperty static Identifies the FormatConditionBase.Expression dependency property. Inherited from FormatConditionBase.
IsEnabledProperty static Identifies the FormatConditionBase.IsEnabled dependency property. Inherited from FormatConditionBase.
MaxValueProperty static Identifies the IndicatorFormatConditionBase.MaxValue dependency property.
MeasureNameProperty static Identifies the FormatConditionBase.MeasureName dependency property. Inherited from FormatConditionBase.
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.
RowNameProperty static Identifies the FormatConditionBase.RowName dependency property. Inherited from FormatConditionBase.
SelectiveExpressionProperty static Identifies the IndicatorFormatConditionBase.SelectiveExpression dependency property.

Properties

Name Description
ApplyToSpecificLevel Specifies whether to apply conditional formatting to data cells placed at the intersection of specified column and row fields. This is a dependency property. Inherited from FormatConditionBase.
ColumnName Gets or sets a name of the column field to which, on intersection with a row field, a format is applied. Inherited from FormatConditionBase.
Expression Gets or sets the expression used to apply the corresponding conditional formatting rule. This is a dependency property. Inherited from FormatConditionBase.
FormatPropertyForBinding For internal use. Inherited from FormatConditionBase.
IsEnabled Gets or sets a flag that indicates whether the format rule is enabled. This is a dependency property. Inherited from FormatConditionBase.
MaxValue Specifies the maximum data field value to accept for conditional formatting. This is a dependency property.
MeasureName Gets or sets a data field name for whose values conditional formatting is applied. Inherited from FormatConditionBase.
MinValue Specifies the minimum data field value to accept for conditional formatting. This is a dependency property.
Owner Gets the format condition’s owner. 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.
RowName Gets or sets a name of the row field, to which intersection with column field a format is applied. Inherited from FormatConditionBase.
SelectiveExpression Specifies a custom rule for applying conditional formatting. This is a dependency property.
TypeName Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from FormatConditionBase.

Methods

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