Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / CellEditorManagerDictionary Class / Item Property / Item(Type) Property
The type whose associated Xceed.Grid.Editors.CellEditorManager to retrieve.


In This Topic
    Item(Type) Property
    In This Topic
    Gets or sets the Xceed.Grid.Editors.CellEditorManager associated with the specified type.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal type As Type _
    ) As CellEditorManager
    'Usage
     
    Dim instance As CellEditorManagerDictionary
    Dim type As Type
    Dim value As CellEditorManager
     
    instance.Item(type) = value
     
    value = instance.Item(type)
    public CellEditorManager Item( 
       Type type
    ) {get; set;}

    Parameters

    type
    The type whose associated Xceed.Grid.Editors.CellEditorManager 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