Skip to main content

SearchTokenLookUpEditStyleSettings.EnableTokenWrapping Property

Gets or sets whether to enable token wrapping. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.LookUp

Assembly: DevExpress.Xpf.Grid.v25.1.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool? EnableTokenWrapping { get; set; }

Property Value

Type Description
Nullable<Boolean>

true to enable token wrapping; otherwise, false.

Remarks

If the EnableTokenWrapping property is set to true, tokens are arranged in multiple lines on overflow.

Note

Enabling the EnableTokenWrapping property hides the dropdown button Dropdown Button.

If you need to display the dropdown button, set the ButtonEdit.AllowDefaultButton (via ComboBoxEdit.AllowDefaultButton) property to true.

To facilitate access to selected items, do one of the following:

See Also