HtmlEdit.AllowUserInput Property
In This Article
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
C#
public bool AllowUserInput { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also