UriHtmlSource.Uri Property
Gets or sets a path to the HTML page that should be displayed in the HtmlEdit control. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
[TypeConverter(typeof(UriTypeConverter))]
public Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri | A path to an HTML page. |
See Also