Back to Devexpress

HtmlContentControl.SelectedText Property

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentcontrol-1b3fbba8.md

latest1.3 KB
Original Source

HtmlContentControl.SelectedText Property

Returns the text contents of all currently selected HTML elements. See this property for more information: AllowContentSelection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public string SelectedText { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedText As String

Property Value

TypeDescription
String

The text contents of all currently selected HTML elements.

|

See Also

HtmlContentControl Class

HtmlContentControl Members

DevExpress.XtraEditors Namespace