LookUpEditBase.SelectAllItemsCommand Property
In This Article
Selects all items.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface defining the command. |
#Remarks
The corresponding methods: LookUpEditBase.SelectAllItems and LookUpEditBase.UnselectAllItems.
See Also