GroupedEnumerable ItemType  GetGroup Method Kentico 8.0 API Reference
Returns the array list of items from specified group, type of the item depends on the DataSource DataSet, DataView, DataTable -> DataRow

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineList ItemType 
Remarks

This method is slower than GetGroupView and creates a copy of the group
See Also