Gets or sets the element with the specified key.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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.