RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindMemoCellProps..::..GetDataValue Method

Gets the data value.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.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: DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
controlMode
Type: Boolean
if set to true [control mode].

Return Value

System.String.