GridLookUpSearchMode Enum
Enumerates values that specify how the editor looks for values that fit the query entered in the edit box.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
The editor does not automatically complete the query. |
Auto
|
The editor looks for values that start with the entered query and automatically selects the first row that fits the query. The query is compared against values in the Display The completed value is automatically assigned to the Edit |
Auto
|
The editor fires the Grid This mode is suitable if the editor is not bound to a data source. The Text |
Auto
|
The editor looks for values that contain the entered query, filters the drop-down list, and highlights the found query. To assign a value to the Edit The Text |
#Related API Members
The following properties accept/return GridLookUpSearchMode values:
#Remarks
The GridLookUpSearchMode
type is used to specify the SearchMode property.