windowsforms-devexpress-dot-xtraeditors-ea268a65.md
Contains settings that allow you to customize the behavior of a peek panel, assigned to the TokenEdit control.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class PopupPanelOptions :
TokenEditOptionsBase
Public Class PopupPanelOptions
Inherits TokenEditOptionsBase
The following members return PopupPanelOptions objects:
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.
Object ViewStatePersisterCore BaseOptions DevExpress.XtraEditors.TokenEditOptionsBase PopupPanelOptions
See Also