Back to Devexpress

FormatConditionRuleMinMaxBase Properties

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

latest2.6 KB
Original Source

FormatConditionRuleMinMaxBase Properties

A base class for classes that implement conditional formatting rules based on minimum and maximum thresholds.

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.
AutomaticTypeGets or sets how the range’s maximum and minimum values are calculated when the FormatConditionRuleMinMaxBase.MaximumType and FormatConditionRuleMinMaxBase.MinimumType properties are set to Automatic.
IsValidGets whether the current FormatConditionRuleBase object is properly customized. Inherited from FormatConditionRuleBase.
MaximumGets or sets the maximum of the target value range.
MaximumTypeGets or sets whether the target range’s maximum is automatically calculated or specified manually (as a number or percentage).
MinimumGets or sets the minimum of the target value range.
MinimumTypeGets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage).

See Also

FormatConditionRuleMinMaxBase Class

FormatConditionRuleMinMaxBase Members

DevExpress.XtraEditors Namespace