ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1EditableContentControl Class / IsEditable Property

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