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

ExpressionConditionBase Properties

Serves as a base class for expression based 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 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.
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.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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.
See Also