IGatheringItemGatheringItem Method

Gathering a row item for TouchList.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
void GatheringItem(
	out RowItem anItem,
	int aRowIndex,
	ItemStyle aRowItemStyle,
	bool anIsSelectedRow
)

Parameters

anItem  RowItem
A row item object. (RowItem)
aRowIndex  Int32
Specifies the required row's index.
aRowItemStyle  ItemStyle
Specifies the item style.
anIsSelectedRow  Boolean
Specifies whether the required row item is in selected row.

See Also