DVXP TEdit.NET 3.0

ProvideLookupDataEventArgs.LookupTable Property

This table must be filled with data rows that will be used to populate the lookup combo box for this column. Each row contains two columns: LookupID and LookupValue. The LookupID column is used to match to the current column value, and the LookupValue is used as display value. Note: set the IsHandled property if you have handled this event and filled the table.

[Visual Basic]
Public Property LookupTable As DataTable
[C#]
public System.Data.DataTable LookupTable {get; set;}

See Also

ProvideLookupDataEventArgs Class | DVXP.DXTableEditor Namespace