Skip to main content
Row

ConnectorFormat.StartPointConnected Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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