Back to Devexpress

HtmlEdit.IsReadOnly Property

maui-devexpress-dot-maui-dot-htmleditor-dot-htmledit-df60372a.md

latest898 B
Original Source

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

csharp
public bool IsReadOnly { get; set; }

Property Value

TypeDescription
Boolean

true if the control is read-only; otherwise, false.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace