Back to Devexpress

PopupPanelOptions Class

windowsforms-devexpress-dot-xtraeditors-ea268a65.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class PopupPanelOptions :
    TokenEditOptionsBase
vb
Public Class PopupPanelOptions
    Inherits 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.

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

PopupPanelOptions Members

DevExpress.XtraEditors Namespace