windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-cdde6029.md
Provides access to the set of properties that specify the peek panel behavior.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Behavior")]
public PopupPanelOptions PopupPanelOptions { get; }
<DXCategory("Behavior")>
Public ReadOnly Property PopupPanelOptions As PopupPanelOptions
| Type | Description |
|---|---|
| PopupPanelOptions |
A PopupPanelOptions object that stores the set of properties that specify the peek panel behavior.
|
A TokenEdit control can display a FlyoutPanel object, assigned to the editor’s RepositoryItemTokenEdit.PopupPanel property when an end-user hovers a token within this editor. This panel allows you to show the desired info about the currently hovered token.
The PopupPanelOptions property provides access to the following properties:
See the Token Edit Control topic to learn more.
See Also