Xceed Grid for WinForms v4.3 Documentation
CellViewerManagerMapping Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : CellViewerManagerMapping Property
Gets a table containing a list of Xceed.Grid.Viewers.CellViewerManager controls and the datatype of the cell's whose content they will display.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property CellViewerManagerMapping As CellViewerManagerDictionary
'Usage
 
Dim instance As GridControl
Dim value As CellViewerManagerDictionary
 
value = instance.CellViewerManagerMapping
[Browsable(false)]
public CellViewerManagerDictionary CellViewerManagerMapping {get;}

Property Value

A Xceed.Grid.Collections.CellViewerManagerDictionary containg a list of Xceed.Grid.Viewers.CellViewerManager controls and the datatype of the cell's whose content they will display. If a null reference (Nothing in Visual Basic) is assigned to the CellViewerManagerMapping or CellEditorManagerMapping properties, the default editors will be used.
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

GridControl Class
GridControl Members