Skip to main content

SearchControl.SourceControl Property

Gets or sets a control against which the SearchControl performs searching.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object SourceControl { get; set; }

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