Lookup Control
WPF View XAML Namespace
xmlns:lc="clr-namespace:RingSoft.DbLookup.Controls.WPF;assembly=RingSoft.DbLookup.Controls.WPF"
WPF View Element XAML
<lc:LookupControl LookupDefinition="{Binding Path=OrdersLookupDefinition}" >
<lc:LookupControl.LookupColumns>
<lc:LookupColumn PropertyName="{lc:NameOf Order, Type={x:Type lm:OrderLookup}}" Width="150" Header="Order" />
<lc:LookupColumn PropertyName="{lc:NameOf Customer, Type={x:Type lm:OrderLookup}}" Width="350" Header="Customer"/>
</lc:LookupControl.LookupColumns>
</lc:LookupControl>