Skip to main content
A newer version of this page is available. .

PopupPanelOptions Class

Provides properties that allow you to customize the behavior of a peek panel, assigned to the TokenEdit control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class PopupPanelOptions :
    TokenEditOptionsBase

The following members return PopupPanelOptions objects:

Remarks

Each TokenEdit control can display a FlyoutPanel under certain circumstances (by default, when a token within this editor is hovered). This flyout (peek) panel can be used to view additional info about the hovered token as the figure below illustrates. To assign a peak panel to the TokenEdit control, use the RepositoryItemTokenEdit.PopupPanel property. The PopupPanelOptions object, accessed via the editor’s RepositoryItemTokenEdit.PopupPanelOptions property, allows you to tweak this peek panel and customize its behavior. See the Token Edit Control topic for details.

TokenEdit - FlyoutPanel

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraEditors.TokenEditOptionsBase
PopupPanelOptions
See Also