windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-14228f91.md
Gets or sets how items within this TokenEdit‘s popup are filtered.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(TokenEditPopupFilterMode.StartWith)]
[DXCategory("Behavior")]
public TokenEditPopupFilterMode PopupFilterMode { get; set; }
<DXCategory("Behavior")>
<DefaultValue(TokenEditPopupFilterMode.StartWith)>
Public Property PopupFilterMode As TokenEditPopupFilterMode
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraEditors.TokenEditPopupFilterMode | StartWith |
A DevExpress.XtraEditors.TokenEditPopupFilterMode enumerator value that specifies how items within this TokenEdit‘s popup are filtered.
|
The PopupFilterMode property sets the rule based on which items in this TokenEdit control’s popup are filtered as an end-user enters text to the editor.
The figure below illustrates the difference between the two PopupFilterMode modes.
See Also