Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TextEditableContentControl Class / IsEditable Property

In This Topic
    IsEditable Property (C1TextEditableContentControl)
    In This Topic
    Gets/set if the control can be edited.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    public bool IsEditable {get; set;}
    See Also