Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool FilterOutSelectedTokens { get; set; }

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