Skip to main content
A newer version of this page is available. .

LookUpEditBase.UnselectAllItems() Method

Unselects all items.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual void UnselectAllItems()

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