BCGControlBar Library for .NET
RowCollection Property




Collection of rows.
Syntax
'Declaration
 
Public ReadOnly Property RowCollection As RowCollection
'Usage
 
Dim instance As GridData
Dim value As RowCollection
 
value = instance.RowCollection
public RowCollection RowCollection {get;}
public: __property RowCollection* get_RowCollection();
public:
property RowCollection^ RowCollection {
   RowCollection^ get();
}

Property Value

A typed collection of GridDataRow objects.
Remarks
This collection represents the central storage of Grid control data. 
You should access this collection directly to add records to the Grid control.
It's recommended to use GetRow method to retrieve individual rows by index, because this method takes into account various modes (group, virtual) and sort order.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridData Class
GridData Members

Send Feedback