Simple default implementation of the IDummyNodeConverter interface that is used by the FoldingManager's DummyNodeConverter property.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class DefaultDummyNodeConverter : IDummyNodeConverter
Visual Basic
Public Class DefaultDummyNodeConverter _
	Implements IDummyNodeConverter

Remarks

This class has a couple of properties that can be adjusted to customize the behavior. Also, it contains a number of callback methods for conveniently overriding the implementation in custom sub classes.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..DefaultDummyNodeConverter

See Also