Version

Move Method (UltraDataBand)

Moves this band after or before the specified band depending upon the value of relative position parameter.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal relativeBand As UltraDataBand, _
   ByVal relativePosition As Infragistics.Win.RelativePosition _
) 
public void Move( 
   UltraDataBand relativeBand,
   Infragistics.Win.RelativePosition relativePosition
)

Parameters

relativeBand
The band object relative to which this band will be moved.
relativePosition
The relative position.
Remarks

You can use the Move method to change the order of bands in a bands collection. Note that this method is not supported on the root band since the root band doesn't belong to any bands collection as it never has any siblings.

The UltraDataColumn object also exposes UltraDataColumn.Move method that lets you change the order of columns in a columns collection.

Requirements

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