LookUpEditBase.SelectedItems Property
Gets the collection of selected items. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ObservableCollection<object> SelectedItems { get; }
#Property Value
Type | Description |
---|---|
Observable |
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.
Note
The editor’s Edit