The following tables list the members exposed by DataBarConditionalFormatRuleProxy.
Name | Description | |
---|---|---|
DataBarConditionalFormatRuleProxy Constructor |
Name | Description | |
---|---|---|
RuleExecution | Get / set at what stage to gather data for conditional formatting. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBaseProxy) |
Name | Description | |
---|---|---|
MaximumValue | Gets / sets the value that was calculated or set by the user to be the maximum. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) | |
MinimumValue | Gets / sets the value that was calculated or set by the user to be the minimum. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) | |
Parent | Gets / sets the IConditionalFormattingRule which this proxy is associated with. (Inherited from Infragistics.Controls.Grids.ConditionalFormattingRuleBaseProxy) | |
PercentData | Gets / sets the TwoInputConditionalFormatRuleProxy.PercentData object that can be used to determine where a value would translate. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) | |
PercentileData | Gets / sets the TwoInputConditionalFormatRuleProxy.PercentileData object that can be used to determine where a value would translate. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) |
Name | Description | |
---|---|---|
EvaluateCondition | Overridden. Determines whether the inputted value meets the condition of ConditionalFormattingRuleBase and returns the style that should be applied. | |
GatherData | Called at the stage provided by Infragistics.IRule.RuleExecution so that values can be derived for formatting purposes. (Inherited from Infragistics.Controls.Grids.TwoInputConditionalFormatRuleProxy) | |
GenerateStyle | Creates as System.Windows.Style object for a ConditionalFormattingCellControl based on the current state of the object. |