ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / BaseControlHandler Class / AutoLookup Property

In This Topic
    AutoLookup Property
    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 System.Boolean
    public System.bool AutoLookup {get; set;}
    See Also