| GroupedDataSourceGetGroupArray Method | 
            Returns the item group as an array.
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
 Syntax
Syntaxpublic DataRowView[] GetGroupArray(
	Object itemValue
)
Parameters
- itemValue
- Type: SystemObject
 Item value
Return Value
Type: 
DataRowView Remarks
RemarksThis method is slower than GetGroupView and creates a copy of the group
 See Also
See Also