Back to Devexpress

FormatConditionRuleDataBar Members

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

latest10.9 KB
Original Source

FormatConditionRuleDataBar Members

Applies a format using a data bar.

Constructors

NameDescription
FormatConditionRuleDataBar()Initializes a new instance of a FormatConditionRuleDataBar class.

Fields

NameDescription
AggregateConditionsUseAllListSourceRows staticSpecifies whether to always calculate boundary values in Conditional Formatting rules based on all data source records. Inherited from FormatConditionRuleBase.
BetweenConditionsIncludeEndpoints staticGets or sets whether the Between condition is inclusive (the Value1 and Value2 property values are included in the interval). Inherited from FormatConditionRuleBase.

Properties

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.

Methods

NameDescription
Assign(FormatConditionRuleBase)Copies settings from the specified object to the current object. Inherited from FormatConditionRuleBase.
BeginUpdate()Locks the FormatConditionRuleBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. Inherited from FormatConditionRuleBase.
ConvertToDecimal(Object) staticConverts the specified object to the nullable decimal type. Inherited from FormatConditionRuleBase.
CreateInstance()Creates a new instance of the FormatConditionRuleDataBar class.
EndUpdate()Unlocks the FormatConditionRuleBase object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from FormatConditionRuleBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetAllowAnimation()Gets whether an animation effect is enabled for and supported by the format rule. Inherited from FormatConditionRuleBase.
GetAutomaticType()Returns the actual value of the FormatConditionRuleMinMaxBase.AutomaticType setting. Inherited from FormatConditionRuleMinMaxBase.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetOwner()For internal use. Inherited from FormatConditionRuleBase.
GetType()Gets the Type of the current instance. Inherited from Object.
IsFit(IFormatConditionRuleValueProvider)Returns whether the current rule evaluates to “true” for input values provided by the specified valueProvider. Inherited from FormatConditionRuleBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the text representation of the current object. Inherited from FormatConditionRuleBase.

See Also

FormatConditionRuleDataBar Class

DevExpress.XtraEditors Namespace