Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Column Class / AmbientParent Property


In This Topic
    AmbientParent Property (Column)
    In This Topic
    Gets the ambient parent of the column.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property AmbientParent As GridElement
    'Usage
     
    Dim instance As Column
    Dim value As GridElement
     
    value = instance.AmbientParent
    public override GridElement AmbientParent {get;}

    Property Value

    A reference to a DetailGrid object represented by ParentGrid which in turn represents the grid. a null reference (Nothing in Visual Basic) in the case where the column does not have a parent grid.
    Remarks

    An ambient parent is a parent from whom property values will be inherited in the case where the column's properties are not explicitly set.

    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