Skip to main content

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.v23.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