Click or drag to resize
BasicDataPagerGetItemDataRow Method
Returns the DataRow for the given item index.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public DataRow GetItemDataRow(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: DataRow
See Also