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

TokenEdit.ShowPopup() Method

Displays the drop-down assigned to this TokenEdit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void 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