Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public string SelectedText { get; }

Property Value

Type Description
String

The text contents of all currently selected HTML elements.

See Also