Intersoft WebGrid Documentation
ParentTable Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : ParentTable Property






Returns the parent table of this object.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Returns the parent table of this object.")>
Public ReadOnly Property ParentTable As WebGridTable
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As WebGridTable
 
value = instance.ParentTable
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the parent table of this object.")]
public WebGridTable ParentTable {get;}
Delphi 
public read-only property ParentTable: WebGridTable; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
DescriptionAttribute("Returns the parent table of this object.")
public function get ParentTable : WebGridTable
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the parent table of this object.")]
public: __property WebGridTable* get_ParentTable();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the parent table of this object.")]
public:
property WebGridTable^ ParentTable {
   WebGridTable^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.