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

In This Topic
    CanEditName Property (ViewOptions)
    In This Topic
    エンドユーザーがユーザーインタフェースを使用してルール名を編集できるかどうかを示す値を取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property CanEditName As Boolean
    public bool CanEditName {get; set;}
    See Also