SearchTokenLookUpEditStyleSettings.FilterOutSelectedTokens Property
Gets or sets whether the token lookup editor should display the selected tokens in its dropdown. This is a dependency property.
Namespace: DevExpress.Xpf.Grid.LookUp
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to hide the selected tokens in a dropdown; otherwise, false. |
Remarks
To make the token lookup editor display selected tokens in its dropdown list, set the FilterOutSelectedTokens property to false. The FilterOutSelectedTokens property is in effect when the LookUpEditStyleSettings.SelectionMode property is set to SelectionMode.Multiple or SelectionMode.Extended.
See Also