Back to Devexpress

LookUpEditSettings Class

wpf-devexpress-dot-xpf-dot-grid-dot-lookup-b5402ef1.md

latest2.9 KB
Original Source

LookUpEditSettings Class

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

Declaration

csharp
public class LookUpEditSettings :
    LookUpEditSettingsBase
vb
Public Class LookUpEditSettings
    Inherits LookUpEditSettingsBase

Remarks

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

xml
<dxg:GridColumn.EditSettings>
    <dxg:LookUpEditSettings ItemsSource="{Binding Countries}" ValueMember="CountryId" DisplayMember="CountryName" />
</dxg:GridColumn.EditSettings>

Inheritance

Show 12 items

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement BaseEditSettings TextEditSettings ButtonEditSettings PopupBaseEditSettings LookUpEditSettingsBase LookUpEditSettings

See Also

LookUpEditSettings Members

DevExpress.Xpf.Grid.LookUp Namespace