Back to Devexpress

TokenEdit.HasTokens Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-32733f2c.md

latest1.2 KB
Original Source

TokenEdit.HasTokens Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool HasTokens { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasTokens As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace