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






Gets the self referencing parent row that owns this row.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets the self referencing parent row that owns this row.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property SelfRefParentRow As WebGridRow
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As WebGridRow
 
value = instance.SelfRefParentRow
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the self referencing parent row that owns this row.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public WebGridRow SelfRefParentRow {get;}
Delphi 
public read-only property SelfRefParentRow: WebGridRow; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
DescriptionAttribute("Gets the self referencing parent row that owns this row.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get SelfRefParentRow : WebGridRow
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the self referencing parent row that owns this row.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property WebGridRow* get_SelfRefParentRow();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the self referencing parent row that owns this row.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property WebGridRow^ SelfRefParentRow {
   WebGridRow^ 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.