BCGControlBar Library for .NET
GetRowExtraHeight Method




Specifies the row.
Specifies whether the row is an alternate row (non-even index).
Returns row extra height.
Syntax
'Declaration
 
Public Function GetRowExtraHeight( _
   ByVal row As GridDataRow, _
   ByVal alternateRow As Boolean _
) As Integer
'Usage
 
Dim instance As GridControl
Dim row As GridDataRow
Dim alternateRow As Boolean
Dim value As Integer
 
value = instance.GetRowExtraHeight(row, alternateRow)
public int GetRowExtraHeight( 
   GridDataRow row,
   bool alternateRow
)
public: int GetRowExtraHeight( 
   GridDataRow* row,
   bool alternateRow
) 
public:
int GetRowExtraHeight( 
   GridDataRow^ row,
   bool alternateRow
) 

Parameters

row
Specifies the row.
alternateRow
Specifies whether the row is an alternate row (non-even index).

Return Value

Extra row height, in pixels or 0.
Remarks
A row has extra height if it displays a Preview Pane.
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

GridControl Class
GridControl Members

Send Feedback