wpf-devexpress-dot-xpf-dot-grid-dot-lookup-b5402ef1.md
Contains settings specific to a lookup editor.
Namespace : DevExpress.Xpf.Grid.LookUp
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public class LookUpEditSettings :
LookUpEditSettingsBase
Public Class LookUpEditSettings
Inherits LookUpEditSettingsBase
Refer to the Assign Editors to Cells topic for more information.
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LookUpEditSettings class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
wpf-data-grid-filter-column-lookupedit-based-on-value-in-another-column/CS/MainWindow.xaml#L16
<dxg:GridColumn.EditSettings>
<dxg:LookUpEditSettings ItemsSource="{Binding Countries}" ValueMember="CountryId" DisplayMember="CountryName" />
</dxg:GridColumn.EditSettings>
Show 12 items
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement BaseEditSettings TextEditSettings ButtonEditSettings PopupBaseEditSettings LookUpEditSettingsBase LookUpEditSettings
See Also