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

In This Topic
    AutoApply Property
    In This Topic
    Gets or sets a value indicating whether the rules changes should be automatically applied to the engine after the user-interface is changed.
    Syntax
    'Declaration
     
    Public Property AutoApply As Boolean
    public bool AutoApply {get; set;}
    See Also