Click or drag to resize
GroupedDataSourceGetGroupDataTable Method
Returns the item group as an DataTable.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public DataTable GetGroupDataTable(
	Object itemValue
)

Parameters

itemValue
Type: SystemObject
Item value

Return Value

Type: DataTable
Remarks
This method is slower than GetGroupView and creates a copy of the group
See Also