RowStyles(TouchList) Constructor

Constructs a new RowStyles object with default capacity.

Definition

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

Parameters

aParent  TouchList
The parent TouchList for the RowStyle collection.

See Also