Back to Devexpress

RepositoryItemTokenEdit.ShowRemoveTokenButtons Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-172ff6fa.md

latest2.2 KB
Original Source

RepositoryItemTokenEdit.ShowRemoveTokenButtons Property

Gets or sets whether items within this TokenEdit control’s drop-down list should display the ‘remove’ icon.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowRemoveTokenButtons { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property ShowRemoveTokenButtons As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if items within this TokenEdit control’s drop-down list should display the ‘remove’ icon; otherwise, false.

|

Remarks

If the ShowRemoveTokenButtons property equals true , end-users can remove unwanted drop-down list items by clicking their ‘remove’ icons. See the RepositoryItemTokenEdit.ShowDropDown and Token Edit Control topic to learn more.

See Also

ShowDropDown

Token Edit Control

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace