Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1RulesManager Class
Members

In This Topic
    C1RulesManager Class
    In This Topic
    The C1RulesManager control allows to create or edit conditional formatting rules. Conditional formatting is used to highlight important information and make data interpretation easier.
    Object Model
    C1RulesManager Class
    Syntax
    'Declaration
     
    Public Class C1RulesManager 
       Inherits C1.WPF.Core.C1View
    public class C1RulesManager : C1.WPF.Core.C1View 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Core.C1View
                            C1.WPF.RulesManager.C1RulesManager

    See Also