Back to Devexpress

LookUpEditBase.FindCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-lookupeditbase-e324f972.md

latest1.2 KB
Original Source

LookUpEditBase.FindCommand Property

Searches for an item(s) that meets the specified criteria.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand FindCommand { get; }
vb
Public ReadOnly Property FindCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface, that defines the command.

|

See Also

FindButtonPlacement

LookUpEditBase Class

LookUpEditBase Members

DevExpress.Xpf.Editors Namespace