Skip to main content
A newer version of this page is available. .

IndicatorFormatConditionBase Properties

Serves as a base class for indicator-type conditional formats.
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 a conditional format to the entire row. This is a dependency property. Inherited from FormatConditionBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
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.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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.
See Also