Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / ReadOnly Property

In This Topic
    ReadOnly Property (PropertyAttribute)
    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