Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
protected virtual CellViewerManager AmbientCellViewerManager {get;}
'Declaration Protected Overridable ReadOnly Property AmbientCellViewerManager As CellViewerManager
'Usage Dim instance As Cell Dim value As CellViewerManager value = instance.AmbientCellViewerManager
The ambient CellViewerManager is the Xceed.Grid.Viewers.CellViewerManager inherited from the cell's parent column in the case where its own CellViewerManager property is not explicitly set.
If the value of the IsCellViewerManagerAmbient property is true then both the AmbientCellViewerManager and CellViewerManager 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