PopupPanelOptions Class
Provides properties that allow you to customize the behavior of a peek panel, assigned to the TokenEdit control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return PopupPanelOptions objects:
Remarks
Each TokenEdit control can display a FlyoutPanel under certain circumstances (by default, when a token within this editor is hovered). This flyout (peek) panel can be used to view additional info about the hovered token as the figure below illustrates. To assign a peak panel to the TokenEdit control, use the RepositoryItemTokenEdit.PopupPanel property. The PopupPanelOptions object, accessed via the editor’s RepositoryItemTokenEdit.PopupPanelOptions property, allows you to tweak this peek panel and customize its behavior. See the Token Edit Control topic for details.