Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Cell Class / AmbientCellEditorManager Property


In This Topic
    AmbientCellEditorManager Property
    In This Topic
    Gets the ambient value of the cell's CellEditorManager property.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property AmbientCellEditorManager As CellEditorManager
    'Usage
     
    Dim instance As Cell
    Dim value As CellEditorManager
     
    value = instance.AmbientCellEditorManager
    protected virtual CellEditorManager AmbientCellEditorManager {get;}

    Property Value

    A reference to an object representing the ambient CellEditorManager.
    Remarks

    The ambient CellEditorManager is the Xceed.Grid.Editors.CellEditorManager inherited from the cell's parent column in the case where its own CellEditorManager property is not explicitly set.

    If the value of the IsCellEditorManagerAmbient property is true then both the AmbientCellEditorManager and CellEditorManager properties will return the same value.

    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