Intersoft WebGrid Documentation
Parent Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : Parent Property






Gets the parent row that owns this row.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets the parent row that owns this row.")>
Public Property Parent As WebGridRow
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As WebGridRow
 
instance.Parent = value
 
value = instance.Parent
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the parent row that owns this row.")]
public WebGridRow Parent {get; set;}
Delphi 
public read-write property Parent: WebGridRow; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets the parent row that owns this row.")
public function get,set Parent : WebGridRow
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the parent row that owns this row.")]
public: __property WebGridRow* get_Parent();
public: __property void set_Parent( 
   WebGridRow* value
);
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the parent row that owns this row.")]
public:
property WebGridRow^ Parent {
   WebGridRow^ get();
   void set (    WebGridRow^ value);
}

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.