Search
DiagramView.ItemTypes Property
See Also
 





Gets the registered item types.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public Dictionary<Type, string> ItemTypes { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemTypes As Dictionary(Of Type, String)

 Property Value

A hashmap associating .NET item types with their corresponding JavaScript types.

 See Also