Skip to main content
Row

ConnectorFormat.EndPointConnected Property

Indicates whether the connector’s end point is attached to a drawing object.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool EndPointConnected { get; }

Property Value

Type Description
Boolean

true, if the connector is attached to a shape by its end point; otherwise, false.

See Also