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






Gets the self referencing level of this row.

Syntax

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