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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > CellEditorManager 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 CellEditorManager
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

CellEditorManager Class
CellEditorManager Members