Xceed Grid for WinForms v4.3 Documentation
AmbientParent Property (GridElement)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridElement Class : AmbientParent Property
Gets the ambient parent of the grid element.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public MustOverride ReadOnly Property AmbientParent As GridElement
'Usage
 
Dim instance As GridElement
Dim value As GridElement
 
value = instance.AmbientParent
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public abstract GridElement AmbientParent {get;}

Property Value

A reference to a GridElement object representing the ambient parent of the grid element.
Remarks

An ambient parent is a parent from whom property values will be inherited in the case where the grid element'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

Reference

GridElement Class
GridElement Members