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.
Namespace:
C1.Data.DataSourceAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute(false)] public bool AutoLookup { get; set; } |
Visual Basic |
---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute(False)> _ Public Property AutoLookup As Boolean Get Set |