Intersoft WebGrid Documentation
Rows Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : Rows Property






Gets the collection of WebGridRow objects.

Syntax

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