BCGControlBar Library for .NET
GridDataRow Class
Members 




Represents a grid row.
Object Model
GridDataRow ClassGridDataItemCollection ClassGridDataItem ClassGridData ClassGridDataRow ClassGridCellVisualStyle ClassGridCellVisualStyle Class
Syntax
'Declaration
 
Public Class GridDataRow 
'Usage
 
Dim instance As GridDataRow
public class GridDataRow 
public __gc class GridDataRow 
public ref class GridDataRow 
Remarks

A GridDataRow object holds a collection of GridDataItem objects that actually build up a row.

Rows are stored in the GridData.RowCollection collection. You should access this collection in order to add rows. If you wish to retrieve a row by index, it's recommended to use GridData.GetRow method.
If you wish to retrieve row height, you should use the GridControl.GetRowHeight method.

Inheritance Hierarchy

System.Object
   BCGSoft.Controls.Grid.GridDataRow
      BCGSoft.Controls.Grid.GroupNode

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

GridDataRow Members
BCGSoft.Controls.Grid Namespace

Send Feedback