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






Gets or sets a value indicating whether or not the self ref child row is expandable. When set to True, the expand/plus icon will not be shown.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets a value indicating whether or not the self ref child row is expandable. When set to True, the expand/plus icon will not be shown.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property SelfRefChildNotExpandable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Boolean
 
instance.SelfRefChildNotExpandable = value
 
value = instance.SelfRefChildNotExpandable
C# 
[DescriptionAttribute("Gets or sets a value indicating whether or not the self ref child row is expandable. When set to True, the expand/plus icon will not be shown.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool SelfRefChildNotExpandable {get; set;}
Delphi 
public read-write property SelfRefChildNotExpandable: Boolean; 
JScript 
DescriptionAttribute("Gets or sets a value indicating whether or not the self ref child row is expandable. When set to True, the expand/plus icon will not be shown.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set SelfRefChildNotExpandable : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets a value indicating whether or not the self ref child row is expandable. When set to True, the expand/plus icon will not be shown.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_SelfRefChildNotExpandable();
public: __property void set_SelfRefChildNotExpandable( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Gets or sets a value indicating whether or not the self ref child row is expandable. When set to True, the expand/plus icon will not be shown.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool SelfRefChildNotExpandable {
   bool get();
   void set (    bool 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.