Skip to main content

TokenEdit.HasTokens Property

Checks whether there are any tokens currently displayed within the TokenEdit‘s edit box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool HasTokens { get; }

Property Value

Type Description
Boolean

true if there are any tokens currently displayed within the TokenEdit‘s edit box; otherwise, false.

See Also