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

TokenEdit.HasTokens Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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