Back to Devexpress

FormatConditionRuleValue Properties

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrulevalue-dot-underscore-properties.md

latest2.9 KB
Original Source

FormatConditionRuleValue Properties

Applies a format if a column’s value meets a specified condition (Equal, Less, Between, etc.).

NameDescription
AllowAnimationGets or sets whether the format is repainted with an animation effect when a cell value changes. Animation effects are supported for specific format rules, only in Data Grid’s GridView, BandedGridView and AdvBandedGridView. Inherited from FormatConditionRuleBase.
AppearanceAllows you to explicitly set the appearance settings (background and foreground colors and font settings) for target cells. This property’s settings take priority over the style specified by the FormatConditionRuleAppearanceBase.PredefinedName property. Inherited from FormatConditionRuleAppearanceBase.
ConditionGets or sets the comparison operator (Equal, Between, Less, etc.).
ExpressionGets or sets a Boolean expression to which target cells should match.
IsValidGets whether the current FormatConditionRuleBase object is properly customized. Inherited from FormatConditionRuleBase.
PredefinedNameGets or sets the name of a predefined or custom style applied to target cells. Inherited from FormatConditionRuleAppearanceBase.
Value1Gets or sets the first constant that is compared with column values.
Value2Gets or sets the second constant that is compared with column values.

See Also

FormatConditionRuleValue Class

FormatConditionRuleValue Members

DevExpress.XtraEditors Namespace