Click or drag to resize
GroupedDataSourceGetGroup Method
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.2.23
Syntax
C#
public List<DataRowView> GetGroup(
	Object itemValue
)

Parameters

itemValue
Type: SystemObject
Key item value

Return Value

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