Skip to main content
All docs
V25.1
  • 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.1.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