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

LookUpEditSettingsBase.GetValueFromItem(Object) Method

Returns the specified item’s value.

Namespace: DevExpress.Xpf.Editors.Settings

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

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

Declaration

public object GetValueFromItem(
    object item
)

Parameters

Name Type Description
item Object

The item whose value is to be obtained.

Returns

Type Description
Object

An object that is the specified item’s value.

See Also