Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / CellEditorManager Class / Container Property


In This Topic
    Container Property (CellEditorManager)
    In This Topic
    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 CellEditorManager
    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