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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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