Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineDataBarRule Class
Properties Methods Events


In This Topic
    RulesEngineDataBarRule Class Members
    In This Topic

    The following tables list the members exposed by RulesEngineDataBarRule.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the color of the bar.  
    Public PropertyGets or sets whether this conditional formatting is enabled. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public PropertyGets or sets whether the bar background is a gradient from Color to a transparency.  
    Public PropertyGets or sets the maximum value used to calculate the length of the bar.  
    Public PropertyGets or sets the maximum value type used to calculate the length of the bar.  
    Public PropertyGets or sets the minimum value used to calculate the length of the bar.  
    Public PropertyGets or sets the minimum value type used to calculate the length of the bar.  
    Public PropertyThe name used to identify the rule. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public PropertyThe ranges which determine the scope the rule is applied to. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public PropertyGets or sets whether additional formatting rules for the item should be evaluated, if the current rule is set to True. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this rule can be applied to the specified item. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public MethodOverridden. Gets the fields from the source where this rule is applicable  
    Public MethodOverridden. Gets the style for the specified source.  
    Public MethodDetermines whether the ranges specified in the rule intersect the context being queried. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets a new range collection specifying the fields where this rule can be applied. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Protected MethodCalled when the definition of the rule changes. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    Public Events
     NameDescription
    Public EventRaised when the definition of the rule changes. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    See Also