Version

ResolveIndexForRow Method (ChildBandRowsManager)

Resolves the index of the given Infragistics.Controls.Grids.Primitives.ChildBand.
Syntax
'Declaration
 
Protected Friend Overrides Function ResolveIndexForRow( _
   ByVal row As RowBase _
) As Integer
protected internal override int ResolveIndexForRow( 
   RowBase row
)

Parameters

row

Return Value

If the specified Infragistics.Controls.Grids.Primitives.ChildBand is not currently visible, then index of the row that comes before it will be returned. If the specified row is the only row in the collection, then -1 will be returned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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