StreamHtmlSource.Stream Property
In This Article
Gets or sets the Stream that stores HTML markup. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public Func<CancellationToken, Task<Stream>> Stream { get; set; }
#Property Value
Type | Description |
---|---|
Func<Cancellation |
The delegate whose return value includes the Stream with HTML markup. |
See Also