Back to Devexpress

TokenLookUpEditStyleSettings.FilterOutSelectedTokens Property

wpf-devexpress-dot-xpf-dot-grid-dot-lookup-dot-tokenlookupeditstylesettings.md

latest1.7 KB
Original Source

TokenLookUpEditStyleSettings.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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool FilterOutSelectedTokens { get; set; }
vb
Public Property FilterOutSelectedTokens As Boolean

Property Value

TypeDescription
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

TokenLookUpEditStyleSettings Class

TokenLookUpEditStyleSettings Members

DevExpress.Xpf.Grid.LookUp Namespace