LookUpEditBase.UnselectAllItems() Method
Unselects all items.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
To select all items, use the LookUpEditBase.SelectAllItems method. Multiple item selection is supported by the LookUpEdit and ComboBoxEdit with the checked list box.
See Also