Skip to main content
All docs
V26.1
  • RestrictedHyperlinkRemovalMode Enum

    Lists values that indicate how restricted hyperlinks are removed from a loaded document.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    Declaration

    public enum RestrictedHyperlinkRemovalMode

    Members

    Name Description
    None

    No restricted hyperlinks are removed.

    Full

    Restricted hyperlinks are fully removed.

    UriOnly

    Only the URI of restricted hyperlinks is removed. The display text is preserved.

    Related API Members

    The following properties accept/return RestrictedHyperlinkRemovalMode values:

    See Also