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