Gets the data value.
Namespace:
RingSoft.DbMaintenance
Assembly:
RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
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.