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

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