Responder Developer Guide
InitializeBandRecursive Method (MainGridDecorator)


Syntax
'Declaration
 
Protected Sub InitializeBandRecursive( _
   ByVal band As Infragistics.Win.UltraWinGrid.UltraGridBand, _
   ByVal dataTable As DataTable _
) 
'Usage
 
Dim instance As MainGridDecorator
Dim band As Infragistics.Win.UltraWinGrid.UltraGridBand
Dim dataTable As DataTable
 
instance.InitializeBandRecursive(band, dataTable)
protected void InitializeBandRecursive( 
   Infragistics.Win.UltraWinGrid.UltraGridBand band,
   DataTable dataTable
)

Parameters

band
dataTable
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

 

 


Send Comment