Skip to main content

ShapeConnectionPoint.Connected Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.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