Skip to main content

TokenEdit.ShowPopup() Method

Displays the drop-down assigned to this TokenEdit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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