A newer version of this page is available.
Switch to the current version.
LookUpEditBase.SelectAllItemsCommand Property
Selects all items.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public ICommand SelectAllItemsCommand { get; }
Public ReadOnly Property SelectAllItemsCommand As ICommand
Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface defining the command. |
Remarks
The corresponding methods: LookUpEditBase.SelectAllItems and LookUpEditBase.UnselectAllItems.
Implements
DevExpress.Xpf.Editors.Internal.ISelectorEdit.SelectAllItemsCommand
See Also
Feedback