StringHtmlSource.Text Property
Gets or sets the text that is displayed in HtmlEdit.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String | A text that is displayed in HtmlEdit. |
See Also