PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / ReadOnly Property

In This Topic
    ReadOnly Property
    In This Topic
    Gets or sets a value indicating whether the property value can be edited.
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also