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.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

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

See Also