Back to Devexpress

TokenEdit.Client Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-7d76f3af.md

latest1.2 KB
Original Source

TokenEdit.Client Property

Returns this TokenEdit.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TokenEdit Client { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Client As TokenEdit

Property Value

TypeDescription
TokenEdit

A TokenEdit object that is this TokenEdit itself.

|

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace