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

DataEntryGridDecimalCellProps..::..GetDataValue Method

/// Gets the control properties.

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

Syntax


protected string GetDataValue(
	DataEntryGridRow row,
	int columnId,
	bool controlMode
)
Protected Function GetDataValue ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	controlMode As Boolean _
) As String
protected:
String^ GetDataValue(
	DataEntryGridRow^ row, 
	int^ columnId, 
	bool^ controlMode
)

Parameters

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
controlMode
Type: Boolean
if set to true [control mode].

Return Value

System.String.