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

TokenEdit.IsPopupOpen Property

Gets whether the editor’s popup is currently open.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public bool IsPopupOpen { get; }

Property Value

Type Description
Boolean

true, if the editor’s popup is currently open; otherwise, false.

Remarks

To set whether end-users will be able to use the editor’s popup that contains all available tokens, use the RepositoryItemTokenEdit.ShowDropDown property. See this link for details.

See Also