Back to Devexpress

RepositoryItemTokenEdit.PopupPanel Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-678a4a4e.md

latest2.6 KB
Original Source

RepositoryItemTokenEdit.PopupPanel Property

Gets or sets the FlyoutPanel assigned to this TokenEdit.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public IFlyoutPanel PopupPanel { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property PopupPanel As IFlyoutPanel

Property Value

TypeDefaultDescription
DevExpress.Utils.IFlyoutPanelnull

An IFlyoutPanel object assigned to this TokenEdit.

|

Remarks

A TokenEdit control allows you to display a FlyoutPanel when an end-user hovers a token at runtime. To assign a panel to the editor, use the PopupPanel property. The panel can be customized based on which token was hovered on the RepositoryItemTokenEdit.BeforeShowPopupPanel event. The figure below illustrates such a peek panel displayed on the ‘September’ tag hover.

To customize the flyout (peek) panel use the RepositoryItemTokenEdit.PopupPanelOptions property. See the Token Edit Control topic to learn more.

See Also

PopupPanelOptions

Token Edit Control

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace