Skip to main content
A newer version of this page is available. .

LookUpEditSettingsBase.GetItemFromValue(Object) Method

Searches for the value in the LookUpEdit and returns the corresponding item. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public object GetItemFromValue(
    object value
)

Parameters

Name Type Description
value Object

An object that is the search value.

Returns

Type Description
Object

An object that is the corresponding item.

See Also