ConnectorType.RegisteredTypes Property
Returns the collection of registered connector types.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v25.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<ConnectorType> | A collection of ConnectorType objects. |
See Also