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

ConnectorFormat.ConnectorType Property

Gets or sets the connector’s type.

Namespace: DevExpress.Spreadsheet

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

Declaration

ConnectorType ConnectorType { get; set; }

Property Value

Type Description
ConnectorType

One of the ConnectorType enumeration values indicating the connector’s type.

Remarks

The connector type is defined by the ShapeCollection.AddConnector method’s connectorType parameter.

See Also