DataSource for Entity Framework for WPF/Silverlight
AutoLookup プロパティ

C1.Data.DataSource 名前空間 > BaseControlHandler クラス : AutoLookup プロパティ
ナビゲーション(外部キー、ルックアップ)プロパティに連結されているデータグリッド列をコンボボックス列に変換するかどうかを 示す値を取得または設定します。 これにより、ユーザーは、ドロップダウンリストから値を選択して、正しい値を確認したり値を編集できます。デフォルト値は false です。
シンタックス
'宣言
 
<System.ComponentModel.DefaultValueAttribute(False)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether data grid columns bound to navigation (foreign key, lookup) properties must be converted to combo box columns.")>
Public Property AutoLookup As System.Boolean
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.Description("Gets or sets a value indicating whether data grid columns bound to navigation (foreign key, lookup) properties must be converted to combo box columns.")]
public System.bool AutoLookup {get; set;}
参照

BaseControlHandler クラス
BaseControlHandler メンバ