SearchControl Class
A search control.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returned By
The DataViewBase.SearchControl property returns an instance of SearchControl.
#Remarks
A Search Control delivers an easy and straightforward way for end-users to locate information within data editors (list boxes, combo boxes, etc). To execute a search, enter the text in the Find box and data editors linked to the Search Control will display those records that have matching values.
Various options are available to control the display and behavior of the Search Control. You can specify search columns, choose between automatic and manual search modes, optionally display control buttons, etc.