PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / AdvancedEditor Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (AdvancedEditor)
    In This Topic
    Gets or sets whether this editor accepts entering text.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also