Back to Devexpress

HtmlEdit.AllowUserInput Property

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

latest890 B
Original Source

HtmlEdit.AllowUserInput Property

Gets or sets whether a user can change an HTML content in the HTML Edit ‘s UI. This is a bindable property.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
public bool AllowUserInput { get; set; }

Property Value

TypeDescription
Boolean

true to allow a user to change an HTML content; otherwise, false.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace