SearchControl.SourceControl Property
Gets or sets a control against which the SearchControl performs searching.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Object | A control against which the search is performed. |
Remarks
Use the SourceControl property to define a control against which the search is performed. You can define only controls that implement the ISelectorEdit interface (ComboBoxEdit, ListBoxEdit, and LookUpEdit).
See Also