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

LookupDataMaui<(Of <(<'TEntity>)>)>..::..GetFormattedRowValue Method

Gets the formatted row value.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  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.

Return Value

System.String.