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

In This Topic
    IsReadOnly Property (PropertyGroup)
    In This Topic
    Gets whether the group of attributes is read-only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}
    Remarks
    If one of the properties in the group can be written the group is not read-only.
    See Also