Search
InstantiateItemEventArgs.ItemClass Property
See Also
 





Gets the item class identifier.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ItemClass { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemClass As String

 Property Value

A string value specifying the item class identifier.

 See Also