HtmlEdit.IsReadOnly Property
Gets or sets whether you can change the text in the HtmlEdit control. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also