The list of objects visualized in the tooltip of thi PushPin.
The items will be visualized in the tooltip using the string format "Item{0} = {1}" where {0} is the index
of the item and {1} is the string representation of the item. If the item is an Ico.Ewx.KeyValuePair the
format is the same, but {0} is the "Key" property of the item and {1} is the "Value" property of the item
Namespace: Ico.EwxAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public KeyValuePairCollection Items { get; set; } |
| Visual Basic |
|---|
Public Property Items As KeyValuePairCollection Get Set |
| JScript |
|---|
function get Items () : KeyValuePairCollection function set Items (value : KeyValuePairCollection) |
Remarks
To show the DataValues in the tooltip set the attached property ShowDescriptionInToolTipProperty()()()() to
true or auto, and leave DescriptionProperty()()()() empty