Skip to main content

StreamHtmlSource.Stream Property

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

public Func<CancellationToken, Task<Stream>> Stream { get; set; }

Property Value

Type Description
Func<CancellationToken, Task<Stream>>

The delegate whose return value includes the Stream with HTML markup.

See Also