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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class : Site Property
Gets or sets the System.ComponentModel.ISite associated with the System.ComponentModel.IComponent.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Overridable Property Site As ISite
'Usage
 
Dim instance As CellViewerManager
Dim value As ISite
 
instance.Site = value
 
value = instance.Site
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public virtual ISite Site {get; set;}

Property Value

The ISite object associated with the component; or a null reference (Nothing in Visual Basic), if the component does not have a site.
Remarks

Sites can also serve as a repository for container-specific, per-component information, such as the component name.

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