ConverterProperty


Object tree ConverterProperty branch

This object represents a single converter setting. The converter settings are represented by a hierarchical tree structure, isolating the different setting groups, so that each tree node represents a converter setting which can have an associated value and can have children settings. To read, or manipulate a setting, connecting to a particular ConverterProperty object, use Name, FullName, DisplayName, Type, Value and EnumValues properties.

Note EnumValues returns a valid object only if the related setting is of type PROPERTY_ENUM and it can be used to query the valid enum values the particular property supports. In order to access the children settings of the object, use the Count and the Item properties.