DataBarFormatCondition Properties
A Data Bars conditional format.Name | Description |
---|---|
AnimateTransition | Gets or sets whether the transition between conditional formattings should be animated. This is a dependency property. Inherited from IndicatorFormatConditionBase. |
AnimationSettings | Gets or sets the transition animation settings applied to the current conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase. |
ApplyToRow | Specifies whether to apply the 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. |
MaxValue | Specifies the maximum column value to accept for conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase. |
MinValue | Specifies the minimum column value to accept for conditional formatting. This is a dependency property. Inherited from IndicatorFormatConditionBase. |
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. Inherited from IndicatorFormatConditionBase. |
TypeName | For internal use. Inherited from FormatConditionBase. |
See Also