Skip to main content

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

NuGet Package: 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