Skip to main content
A newer version of this page is available. .

CheckedTokenComboBoxStyleSettings.FilterOutSelectedTokens Property

Gets or sets whether the token editor should display the selected tokens in its dropdown. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

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 editor display selected tokens in its dropdown list, set the FilterOutSelectedTokens property to false.

See Also