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

TokenLookUpEditStyleSettings.ShowTokenButtons Property

Specifies whether to display the delete button within tokens. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.LookUp

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool? ShowTokenButtons { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to show the delete button; otherwise, false.

See Also