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.ShowMode Property

Gets or sets which end-user actions cause the flyout panel to be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(TokenEditPopupPanelShowMode.Default)]
[DXCategory("Behavior")]
public TokenEditPopupPanelShowMode ShowMode { get; set; }

#Property Value

Type Default Description
DevExpress.XtraEditors.TokenEditPopupPanelShowMode Default

A DevExpress.XtraEditors.TokenEditPopupPanelShowMode enumerator value that specifies which end-user actions cause the flyout panel to be displayed.

#Property Paths

You can access this nested property as listed below:

Object Type Path to ShowMode
RepositoryItemTokenEdit
.PopupPanelOptions .ShowMode

#Remarks

The TokenEditPopupPanelShowMode.Default value is equal to the TokenEditPopupPanelShowMode.ShowOnTokenMouseHover value and specifies that the panel assigned to the RepositoryItemTokenEdit.PopupPanel property will be displayed when an end-user hovers the validated token within this TokenEdit control. You can additionally customize this panel’s position via the PopupPanelOptions.Location property.

See Also