Skip to main content
All docs
V25.1
  • DrawingObject.Hyperlink Property

    Returns a hyperlink associated with a shape.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    Property Value

    Type Description
    Hyperlink

    A hyperlink attached to the drawing object.

    Remarks

    Use the DrawingObject.AddHyperlink method to attach a hyperlink to a shape or picture. Call the DrawingObject.DeleteHyperlink ro remove a hyperlink.

    See Also