IsEditable Property (C1TableCell)
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