Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ConnectorFormat.StartPointConnected Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool StartPointConnected { get; }

Property Value

Type Description
Boolean

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

See Also