Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormatConditionRuleMinMaxBase Properties
Show Inherited Hide Inherited

A base class for classes that implement conditional formatting rules based on minimum and maximum thresholds.
Name Description
AllowAnimation Gets 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.
AutomaticType Gets or sets how the range’s maximum and minimum values are calculated when the FormatConditionRuleMinMaxBase.MaximumType and FormatConditionRuleMinMaxBase.MinimumType properties are set to Automatic.
IsValid Gets whether the current FormatConditionRuleBase object is properly customized. Inherited from FormatConditionRuleBase.
Maximum Gets or sets the maximum of the target value range.
MaximumType Gets or sets whether the target range’s maximum is automatically calculated or specified manually (as a number or percentage).
Minimum Gets or sets the minimum of the target value range.
MinimumType Gets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage).
See Also