Xceed Grid for WinForms v4.3 Documentation
Item(Type) Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace > CellViewerManagerDictionary Class > Item Property : Item(Type) Property
The type whose associated Xceed.Grid.Viewers.CellViewerManager to retrieve.
Gets or sets the Xceed.Grid.Viewers.CellViewerManager associated with the specified type.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal type As Type _
) As CellViewerManager
'Usage
 
Dim instance As CellViewerManagerDictionary
Dim type As Type
Dim value As CellViewerManager
 
instance.Item(type) = value
 
value = instance.Item(type)
public CellViewerManager Item( 
   Type type
) {get; set;}

Parameters

type
The type whose associated Xceed.Grid.Viewers.CellViewerManager 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

Reference

CellViewerManagerDictionary Class
CellViewerManagerDictionary Members
Overload List