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

Declaration

public bool? ShowTokenButtons { get; set; }

Property Value

Type Description
Nullable<Boolean>

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

See Also