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

LookUpEditBase.SelectAllItems() Method

Selects all items.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual void SelectAllItems()

Remarks

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

See Also