Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / CellEditorManagerMapping Property


In This Topic
    CellEditorManagerMapping Property
    In This Topic
    Gets a table containing a list of Xceed.Grid.Editors.CellEditorManager controls and the datatype of the cell's which they will edit.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property CellEditorManagerMapping As CellEditorManagerDictionary
    'Usage
     
    Dim instance As GridControl
    Dim value As CellEditorManagerDictionary
     
    value = instance.CellEditorManagerMapping
    [Browsable(false)]
    public CellEditorManagerDictionary CellEditorManagerMapping {get;}

    Property Value

    A Xceed.Grid.Collections.CellEditorManagerDictionary containing a list of the Xceed.Grid.Editors.CellEditorManager controls and they datatype of the cell's which they will edit. 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