Skip to main content

LookUpEditBase.UnselectAllItems() Method

In This Article

Unselects all items.

Namespace: DevExpress.Xpf.Editors

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

#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