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

DataEntryGridControlValue Constructor (String)

Initializes a new instance of the DataEntryGridControlValue class.

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

Syntax


public DataEntryGridControlValue(
	string dataValue
)
Public Sub New ( _
	dataValue As String _
)
public:
DataEntryGridControlValue(
	String^ dataValue
)

Parameters

dataValue
Type: String
The data value.