Version

RowsCollection Property (ChildBandExpansionIndicatorHeaderUIElement)

Returns the RowsCollection object associated with the UIElement. This property is read-only at run-time. This property is not available at design-time.
Syntax
'Declaration
 
Public ReadOnly Property RowsCollection As RowsCollection
public RowsCollection RowsCollection {get;}
Remarks

The RowsCollection property of an object refers to a collection of Infragistics.Win.UltraWinGrid.UltraGridRow objects.

The UltraGridRow objects in a Rows Collection make up a data island. The top-level Rows of a grid are all part of a single data island.

If the grid is hierarchical, then one or more top-level UltraGridRow objects will have its own Rows Collection, which contains one or more Row objects.

This creates a tree structure of parent and child rows that is used to display hierarchical data.

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