DVXP TEdit.NET 3.0

ProvideLookupDataEventArgs Properties

The properties of the ProvideLookupDataEventArgs class are listed below. For a complete list of ProvideLookupDataEventArgs class members, see the ProvideLookupDataEventArgs Members topic.

Public Instance Properties

ColumnName The name of the foreign key column
DataSet The dataset that holds current table data
IsHandled Set this property to true if you have handled this event (that is, you have filled the provided LookupTable.
LookupTable 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.
TableName The current table name

See Also

ProvideLookupDataEventArgs Class | DVXP.DXTableEditor Namespace