ConnectorType.Create(String, Func<String>) Method
Creates an instance of the ConnectorType class with the specified parameters.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A string value that is the connector type id. |
getTypeName | Func<String> | A delegate function that returns the connector type name. |
Returns
Type | Description |
---|---|
ConnectorType | A ConnectorType instance. |
See Also