Search
DiagramView.EnableItemsDOM Property
See Also
 





Enables items DOM in ImageMap client mode.

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

 Syntax

C#  Copy Code

public bool EnableItemsDOM { get; set; }

Visual Basic  Copy Code

Public Property EnableItemsDOM As Boolean

 Property Value

true to enable client-side JavaScript DOM, otherwise false. The default is false.

 See Also