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

In This Topic
    CanEditName Property (ViewOptions)
    In This Topic
    Gets or sets a value indicating whether the end user can edit the rule name using the user interface.
    Syntax
    'Declaration
     
    
    Public Property CanEditName As Boolean
    public bool CanEditName {get; set;}
    See Also