RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1BlockUIContainer Class / IsEditable Property

In This Topic
    IsEditable Property (C1BlockUIContainer)
    In This Topic
    Gets or sets whether the content of this element are editable in a C1.WPF.RichTextBox.C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsEditable As Boolean
    public virtual bool IsEditable {get; set;}
    See Also