Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
protected virtual CellEditorManager AmbientCellEditorManager {get;}
'Declaration Protected Overridable ReadOnly Property AmbientCellEditorManager As CellEditorManager
'Usage Dim instance As Cell Dim value As CellEditorManager value = instance.AmbientCellEditorManager
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.
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
Cell Class Cell Members