Skip to main content
All docs
V25.1
  • ShapeConnectionPoint.Connected Property

    Indicates whether a connector’s point is attached to a shape.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    bool Connected { get; }

    Property Value

    Type Description
    Boolean

    true if the point is connected to a shape; otherwise, false.

    See Also