Back to Devexpress

HtmlSource Class

maui-devexpress-dot-maui-dot-htmleditor-b03428d2.md

latest2.3 KB
Original Source

HtmlSource Class

A source of HTML markup that is displayed in HtmlEdit.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
[TypeConverter(typeof(HtmlEditSourceConverter))]
public abstract class HtmlSource :
    DXElementBaseCore

The following members return HtmlSource objects:

Implements

INotifyPropertyChanged

IElementController

Inheritance

System.Object BindableObject Element DevExpress.Maui.Core.Internal.DXElementBaseCore HtmlSource StreamHtmlSource

StringHtmlSource

UriHtmlSource

Extension Methods

Yield<HtmlSource>()

YieldIfNotNull<HtmlSource>()

See Also

HtmlSource Members

DevExpress.Maui.HtmlEditor Namespace