Gets a dictionary that contains a list of
DataGridItemProperty objects with their corresponding distinct values.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property DistinctValues As IDictionary(Of String, ReadOnlyObservableHashList) |
Return Value
An
IDictionary that contains a list of
DataGridItemProperty objects with their corresponding distinct values.
Exceptions
| Exception | Description |
| System.NotSupportedException | The ICollection<>, IEnumerable<>, and IEnumerable interfaces are not supported. Only IDictionary members can be used. |
Requirements
Supported Frameworks: Microsoft .NET Framework version 3.5
See Also