GetGroupedItemChildrenCount Method (FlexAdvancedDataGrid)

Action

Returns the number of children within the first item of a group.

Syntax

C#
groupedItemChildrenCount = advancedDataGrid.GetGroupedItemChildrenCount(RowIndex, [RestoreOriginalPosition])
VB
groupedItemChildrenCount = advancedDataGrid.GetGroupedItemChildrenCount(RowIndex, [RestoreOriginalPosition])
Variable Description
groupedItemChildrenCount Integer.
RowIndex Returns the zero-based index of the specified row. Integer.
RestoreOriginalPosition Optional: Returns the children within the first item of a group to their previous position. Boolean.