Gets or sets the element with the specified key.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public TValue this[
	TKey key
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	key As TKey _
) As TValue

Parameters

key
Type: TKey
The key of the element to get or set.

Return Value

The element with the specified key.

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Item[([(TKey])])

See Also