Skip to main content

LookUpEditBase.SelectAllItems() Method

In This Article

Selects all items.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public virtual void SelectAllItems()

#Remarks

The SelectAllItems method can be used in the LookupEdit and ComboBoxEdit with the checked list box.

See Also