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