Skip to main content
A newer version of this page is available. .

SearchControl.SourceControl Property

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

Namespace: DevExpress.Xpf.Editors

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

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