LookupDataMaui<(Of <(<'TEntity>)>)>..::..GetFormattedRowValue Method
Gets the formatted row value.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public string GetFormattedRowValue( int rowIndex, LookupColumnDefinitionBase column )
Public Function GetFormattedRowValue ( _ rowIndex As Integer, _ column As LookupColumnDefinitionBase _ ) As String
public: String^ GetFormattedRowValue( int^ rowIndex, LookupColumnDefinitionBase^ column )
Parameters
- rowIndex
- Type: Int32
Index of the row.
- column
- Type: RingSoft.DbLookup.Lookup..::..LookupColumnDefinitionBase
The column.