Back to Devexpress

FormatCondition Properties

wpf-devexpress-dot-xpf-dot-grid-dot-formatcondition-dot-underscore-properties.md

latest5.8 KB
Original Source

FormatCondition Properties

A value based conditional format.

NameDescription
AnimateTransitionGets or sets whether the transition between conditional formattings should be animated. This is a dependency property. Inherited from ExpressionConditionBase.
AnimationSettingsGets or sets the animation settings applied to the current conditional formatting. This is a dependency property. Inherited from ExpressionConditionBase.
ApplyToRowSpecifies whether to apply the conditional format to the entire row. This is a dependency property. Inherited from FormatConditionBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
ExpressionGets or sets the expression used to apply a conditional format. This is a dependency property. Inherited from FormatConditionBase.
FieldNameGets 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.
FixedGets or sets whether the conditional format is hidden in the all Conditional Formatting dialogs. Inherited from FormatConditionBase.
FormatGets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property. Inherited from ExpressionConditionBase.
FormatPropertyForBindingFor internal use. Inherited from ExpressionConditionBase.
IsEnabledGets or sets whether the conditional format is enabled. Inherited from FormatConditionBase.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
OwnerFor internal use. Inherited from FormatConditionBase.
OwnerPredefinedFormatsPropertyNameFor internal use. Inherited from FormatConditionBase.
PredefinedFormatNameGets or sets the name of the predefined format to be applied to the cells. This is a dependency property. Inherited from FormatConditionBase.
TypeNameFor internal use. Inherited from FormatConditionBase.
Value1The lowest value in the column’s data range. This is a dependency property.
Value2The largest value in the column’s data range. This is a dependency property.
ValueRuleSpecifies the rule for conditional formatting. This is a dependency property.

See Also

FormatCondition Class

FormatCondition Members

DevExpress.Xpf.Grid Namespace