Responder Developer Guide
ActivateRow(UltraGridRow,Boolean,Boolean,Boolean) Method


Syntax
'Declaration
 
Public Overloads Function ActivateRow( _
   ByVal row As Infragistics.Win.UltraWinGrid.UltraGridRow, _
   ByVal recursive As Boolean, _
   ByVal expandNode As Boolean, _
   ByVal append As Boolean _
) As Boolean
'Usage
 
Dim instance As MainGridDecorator
Dim row As Infragistics.Win.UltraWinGrid.UltraGridRow
Dim recursive As Boolean
Dim expandNode As Boolean
Dim append As Boolean
Dim value As Boolean
 
value = instance.ActivateRow(row, recursive, expandNode, append)
public bool ActivateRow( 
   Infragistics.Win.UltraWinGrid.UltraGridRow row,
   bool recursive,
   bool expandNode,
   bool append
)

Parameters

row
recursive
expandNode
append
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainGridDecorator Class
MainGridDecorator Members
Overload List

 

 


Send Comment