HtmlEdit.IsHtmlContentLoaded Property
Gets whether the HTML Edit’s content is loaded. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public bool IsHtmlContentLoaded { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also