Back to Devexpress

FormatConditionRuleExpression Properties

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

latest2.6 KB
Original Source

FormatConditionRuleExpression Properties

Applies a format if cell values meet a specific expression.

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.
ExpressionGets or sets a Boolean expression. When the expression evaluates to true , a format is applied to cells.
FormulaDisplayNameFor internal use.
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.

See Also

FormatConditionRuleExpression Class

FormatConditionRuleExpression Members

DevExpress.XtraEditors Namespace