The ItemConverter performs the conversion from a C1HierarchicalPresenter instance to its String representation. If not set by the user, the default converter will be used.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public TypeConverter ItemConverter { internal get; set; }
Visual Basic
Public Property ItemConverter As TypeConverter
	Friend Get
	Set

See Also