BCGControlBar Library for .NET
GetRowHeight Method (GridData)




Row.
Default row height.
Returns row height.
Syntax
'Declaration
 
Public Function GetRowHeight( _
   ByVal row As GridDataRow, _
   ByVal defaultRowHeight As Integer _
) As Integer
'Usage
 
Dim instance As GridData
Dim row As GridDataRow
Dim defaultRowHeight As Integer
Dim value As Integer
 
value = instance.GetRowHeight(row, defaultRowHeight)
public int GetRowHeight( 
   GridDataRow row,
   int defaultRowHeight
)
public: int GetRowHeight( 
   GridDataRow* row,
   int defaultRowHeight
) 
public:
int GetRowHeight( 
   GridDataRow^ row,
   int defaultRowHeight
) 

Parameters

row
Row.
defaultRowHeight
Default row height.

Return Value

Row height, in pixels.
Remarks
It's recommended to call GridControl.GetRowHeight, because this method takes into account various row height modes, presence of Preview Pane, Virtual mode and so on.
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