Xceed Grid for WinForms v4.3 Documentation
Container Property (CellViewerManager)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class : Container Property
Gets the System.ComponentModel.IContainer associated with the System.ComponentModel.ISite when implemented by a class.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property Container As IContainer
'Usage
 
Dim instance As CellViewerManager
Dim value As IContainer
 
value = instance.Container
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public IContainer Container {get;}

Property Value

The System.ComponentModel.IContainer instance associated with the System.ComponentModel.ISite.
Remarks

a null reference (Nothing in Visual Basic) for the Container property indicates that the System.ComponentModel.IComponent instance does not have an System.ComponentModel.ISite.

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

Reference

CellViewerManager Class
CellViewerManager Members