Skip to main content
A newer version of this page is available. .

ConnectorType.RegisteredTypes Property

Returns the collection of registered connector types.

Namespace: DevExpress.Diagram.Core

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public static IEnumerable<ConnectorType> RegisteredTypes { get; }

Property Value

Type Description
IEnumerable<ConnectorType>

A collection of ConnectorType objects.

See Also