Back to Devexpress

FormatConditionRuleDataUpdate Properties

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

latest3.0 KB
Original Source

FormatConditionRuleDataUpdate Properties

Highlights a cell with a custom icon and/or appearance settings for a limited time when a cell value changes. This format is only supported in Data Grid’s GridView, BandedGridView and AdvBandedGridView.

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.
HighlightTimeGets or sets the time during which the format is applied.
IconAllows you to display a custom image or a predefined icon.
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.
TriggerGets or sets when to activate the format.

See Also

FormatConditionRuleDataUpdate Class

FormatConditionRuleDataUpdate Members

DevExpress.XtraEditors Namespace