Skip to main content

LookUpEditBase.UnselectAllItems() Method

Unselects all items.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.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