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


Gets a collection containing the values in the dictionary.
Syntax
'Declaration
 
Public ReadOnly Property Values As ICollection(Of TValue)
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim value As ICollection(Of TValue)
 
value = instance.Values
public ICollection<TValue> Values {get;}

Property Value

A collection containing the values in the dictionary.
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