ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1EditableContentControl Class / IsEditable Property



In This Topic
    IsEditable Property (C1EditableContentControl)
    In This Topic
    Gets/set if the control can be edited.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    'Usage
     
    
    Dim instance As C1EditableContentControl
    Dim value As Boolean
     
    instance.IsEditable = value
     
    value = instance.IsEditable
    public bool IsEditable {get; set;}
    public:
    property bool IsEditable {
       bool get();
       void set (    bool value);
    }
    See Also