Click or drag to resize
GroupedDataSourceGetGroupView Method
Returns the array list of items from specified group, type of the item depends on the DataSource DataSet, DataView, DataTable -> DataRowView

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public List<DataRowView> GetGroupView(
	Object itemValue
)

Parameters

itemValue
Type: SystemObject
Key item value

Return Value

Type: ListDataRowView
See Also