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 |
|
See Also