Version

SortedBands Property

A sorted collection of UltraGridBand objects. The collection includes all the UltraGridBand objects in the control in the order in which they will be displayed.
Syntax
'Declaration
 
Public ReadOnly Property SortedBands As BandsCollection
public BandsCollection SortedBands {get;}
Remarks

The SortedBands collection mirrors the Bands collection and contains all of the UltraGridBand objects in the grid. SortedBands differs from Band in only one respect - it takes into account the UltraGridBand.VisiblePosition property on the band. The bands in the SortedBands collection will be in the order in which they will display in the grid.

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