PopupFilterMode Enum
Contains values that specify how records are filtered within a grid lookup editor’s popup window. The selected mode is not in effect when the SearchMode
property equals either AutoSearch
or AutoSuggest
.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
This option is equivalent to the Starts 1) users cannot edit text in the text box (Repository 2) users can edit text in the text box and the control automatically completes the entered text (Repository Otherwise, this option is equivalent to the Contains option for the Grid This option is equivalent to the Starts This option is equivalent to the Contains option for the Search |
Contains
|
Selects records that contain the specified sub-string. A search for rows is performed against the column specified by the editor’s Properties. |
Starts
|
Selects records whose field values start with the specified string. A search for rows is performed against the column specified by the editor’s Properties. |
#Related API Members
The following properties accept/return PopupFilterMode values:
#Remarks
Use the following properties to specify how records are filtered within corresponding controls:
- RepositoryItemLookUpEdit.PopupFilterMode - for the LookUpEdit and SearchLookUpEdit controls.
- RepositoryItemGridLookUpEditBase.PopupFilterMode - for the GridLookUpEdit control.
- RepositoryItemTreeListLookUpEdit.PopupFilterMode - for the TreeListLookUpEdit control.