Back to Devexpress

TokenEdit.ShowPopup() Method

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-5092e3b8.md

latest1.4 KB
Original Source

TokenEdit.ShowPopup() Method

Displays the drop-down assigned to this TokenEdit.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ShowPopup()
vb
Public Sub ShowPopup

Remarks

The ShowPopup method displays a drop-down that contains available tokens. You can assign your own control that will serve as the TokenEdit‘s drop-down control. See the TokenEdit with Custom Drop-Down Control topic to learn more.

See Also

TokenEdit with Custom Drop-Down Control

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace