DataEntryGridCellProps..::..GetDataValue Method
Gets the data value to display on the cell.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: 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
- columnId
- Type: Int32
The column identifier.
- controlMode
- Type: Boolean
if set to true [control mode].