RowStyle(RowStyle) Constructor

Copy constructor.

Definition

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

Parameters

original  RowStyle
Reference to RowStyle which will be deeply copied into the newly initialized instance.

See Also