Xceed DataGrid for Silverlight Documentation
Item Property (SelectionRange.NotificationDictionary<TKey,TValue>)


The key of the value to retrieve.
Gets or sets the value associated with the specified key.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal key As TKey _
) As TValue
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Item(key) = value
 
value = instance.Item(key)
public TValue this[ 
   TKey key
]; {get; set;}

Parameters

key
The key of the value to retrieve.

Property Value

The value associated with the specified key.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback