Back to Devexpress

FormatConditionRuleDataBar Properties

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

latest4.8 KB
Original Source

FormatConditionRuleDataBar Properties

Applies a format using a data bar.

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.
AllowNegativeAxisGets or sets whether negative data bars are displayed in the direction opposite to the positive data bars.
AppearanceProvides access to appearance settings for data bars that correspond to positive cell values.
AppearanceNegativeProvides access to appearance settings for data bars that correspond to negative cell values.
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. Inherited from FormatConditionRuleMinMaxBase.
AxisColorGets or sets the color of the vertical axis between positive and negative data bars.
DrawAxisGets or set whether to draw the vertical axis between positive and negative data bars.
DrawAxisAtMiddleGets or sets whether to draw the vertical axis between positive and negative bars at the middle of the cell.
IsValidGets whether the current FormatConditionRuleBase object is properly customized. Inherited from FormatConditionRuleBase.
MaximumGets or sets the maximum of the target value range. Inherited from FormatConditionRuleMinMaxBase.
MaximumTypeGets or sets whether the target range’s maximum is automatically calculated or specified manually (as a number or percentage). Inherited from FormatConditionRuleMinMaxBase.
MinimumGets or sets the minimum of the target value range. Inherited from FormatConditionRuleMinMaxBase.
MinimumTypeGets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage). Inherited from FormatConditionRuleMinMaxBase.
PredefinedNameGets or sets the name of the predefined bar style.
RightToLeftGets or sets whether to display positive data bars in the right-to-left direction.
ShowBarOnlyGets or sets whether to display data bars within target cells without cell values.

See Also

FormatConditionRuleDataBar Class

FormatConditionRuleDataBar Members

DevExpress.XtraEditors Namespace