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

DiagramStencil(String, Func<String>) Constructor

OBSOLETE

Use the DiagramStencil(string, string) constructor instead.

This API is obsolete now.

Namespace: DevExpress.Diagram.Core

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

Declaration

[Obsolete("Use the DiagramStencil(string, string) constructor instead.")]
public DiagramStencil(
    string id,
    Func<string> getName
)

Parameters

Name Type
id String
getName Func<String>
See Also