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.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public List<DataRowView> GetGroupView(
Object itemValue
)
Parameters
- itemValue
- Type: SystemObject
Key item value
Return Value
Type:
ListDataRowViewSee Also