RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridMemoValue Constructor

Initializes a new instance of the DataEntryGridMemoValue class.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public DataEntryGridMemoValue(
	int maxCharsPerLine
)
Public Sub New ( _
	maxCharsPerLine As Integer _
)
public:
DataEntryGridMemoValue(
	int^ maxCharsPerLine
)

Parameters

maxCharsPerLine
Type: Int32
The maximum chars per line.