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


    AmbientCellViewerManager Property
    Gets the ambient value of the cell's CellViewerManager property.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property AmbientCellViewerManager As CellViewerManager
     
    'Usage
     
    Dim instance As Cell
    Dim value As CellViewerManager
     
    value = instance.AmbientCellViewerManager

    Property Value

    A reference to an object representing the ambient CellViewerManager.
    Remarks

    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.

    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