Skip to main content

LookUpEditBase.SelectedItems Property

Gets the collection of selected items. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public ObservableCollection<object> SelectedItems { get; }

#Property Value

Type Description
ObservableCollection<Object>

The collection of selected items.

#Remarks

Multiple items can be selected if the editor represents a checked combo box. Otherwise, to obtain the selected item, use the LookUpEditBase.SelectedItem property. Its index is returned by the LookUpEditBase.SelectedIndex property.

#Implements

DevExpress.Xpf.Editors.Internal.ISelectorEdit.SelectedItems
See Also