Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / CellEditorManagerDictionary Class / Item Property / Item(Object) Property
The key whose value to retrieve.


In This Topic
    Item(Object) Property
    In This Topic
    Gets or sets the value associated with the specified key.
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Property Item( _
       ByVal key As Object _
    ) As Object
    'Usage
     
    Dim instance As CellEditorManagerDictionary
    Dim key As Object
    Dim value As Object
     
    instance.Item(key) = value
     
    value = instance.Item(key)
    public override object Item( 
       object key
    ) {get; set;}

    Parameters

    key
    The key whose value to retrieve.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also