Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class PopupPanelOptions :
    TokenEditOptionsBase

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.

TokenEdit - FlyoutPanel

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.

#Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraEditors.TokenEditOptionsBase
PopupPanelOptions
See Also