Skip to main content

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.v23.2.dll

NuGet Package: 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