Skip to main content

ConnectorType.RegisteredTypes Property

Returns the collection of registered connector types.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public static IEnumerable<ConnectorType> RegisteredTypes { get; }

Property Value

Type Description
IEnumerable<ConnectorType>

A collection of ConnectorType objects.

See Also