TokenEdit.IsPopupOpen Property
Gets whether the editor’s popup is currently open.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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