PopupPanelOptions Class
Contains settings that allow you to customize the behavior of a peek panel, assigned to the TokenEdit control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return PopupPanelOptions objects:
Remarks
Each TokenEdit control can display a flyout (peek) panel under certain circumstances (when a token within this editor is hovered). This panel can display additional information about the hovered token as the figure below illustrates.
Use the RepositoryItemTokenEdit.PopupPanel property to assign a peak panel to the TokenEdit control. The PopupPanelOptions
object, accessed from the editor’s RepositoryItemTokenEdit.PopupPanelOptions property, allows you to tweak the peek panel and customize its behavior.
Read the following topic for detailed information: Token Edit Control.