In This Topic
Gets or sets a value indicating whether data grid columns bound to navigation (foreign key, lookup) properties must be converted to combo box columns, so the user can see the right value and edit it by choosing a value from a drop-down list. The default value is False.
Syntax
'Declaration
Public Property AutoLookup As Boolean
public bool AutoLookup {get; set;}
See Also