Rows(TouchList) Constructor

Constructs a new Rows object with default capacity.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public Rows(
	TouchList aParent
)

Parameters

aParent  TouchList
A reference to the parent TouchList control.

See Also