Skip to main content

LookUpEditBase.SelectedItemValue Property

Gets the value of the selected item. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[Browsable(false)]
public object SelectedItemValue { get; }

#Property Value

Type Description
Object

An object that represents the selected item's value.

See Also