Back to Devexpress

TokenEdit.IsPopupOpen Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-d88d8408.md

latest1.4 KB
Original Source

TokenEdit.IsPopupOpen Property

Gets whether the editor’s popup is currently open.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsPopupOpen { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsPopupOpen As Boolean

Property Value

TypeDescription
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

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace