| GroupedEnumerableItemTypeGetGroup Method  | 
            Returns the array list of items from specified group, type of the item depends on the DataSource
            DataSet, DataView, DataTable -> DataRow
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntaxpublic List<ItemType> GetGroup(
	Object itemValue
)
Parameters
- itemValue
 - Type: SystemObject
Key item value 
Return Value
Type: 
ListItemType
RemarksThis method is slower than GetGroupView and creates a copy of the group
See Also