ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ViewOptions Class / CanChangePriority Property

In This Topic
    CanChangePriority Property (ViewOptions)
    In This Topic
    A value indicating whether the end user can change the priority of a rule using the user interface.
    Syntax
    'Declaration
     
    
    Public Property CanChangePriority As Boolean
    public bool CanChangePriority {get; set;}
    See Also