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






Gets the collection of children rows.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets the collection of children rows.")>
Public ReadOnly Property Children As WebGridRowCollection
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As WebGridRowCollection
 
value = instance.Children
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the collection of children rows.")]
public WebGridRowCollection Children {get;}
Delphi 
public read-only property Children: WebGridRowCollection; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets the collection of children rows.")
public function get Children : WebGridRowCollection
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the collection of children rows.")]
public: __property WebGridRowCollection* get_Children();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the collection of children rows.")]
public:
property WebGridRowCollection^ Children {
   WebGridRowCollection^ 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.