Skip to main content

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

public bool AllowUserInput { get; set; }

Property Value

Type Description
Boolean

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

See Also