LookUpEditBase.SelectedItems Property
In This Article
Gets the collection of selected items. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#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.
#Implements
DevExpress.Xpf.Editors.Internal.ISelectorEdit.SelectedItems
See Also