Back to Devexpress

LookUpEditBase.SelectedItemValue Property

wpf-devexpress-dot-xpf-dot-editors-dot-lookupeditbase-b10a4617.md

latest1.4 KB
Original Source

LookUpEditBase.SelectedItemValue Property

For internal use.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public object SelectedItemValue { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedItemValue As Object

Property Value

TypeDescription
Object

An object that represents the selected item’s value.

|

Remarks

This property supports the internal infrastructure and is not intended to be used directly from your code. To get or set the currently selected item, use the LookUpEditBase.SelectedItem property.

See Also

ValueMember

SelectedItem

LookUpEditBase Class

LookUpEditBase Members

DevExpress.Xpf.Editors Namespace