Back to Devexpress

PopupPanelOptions.ShowMode Property

windowsforms-devexpress-dot-xtraeditors-dot-popuppaneloptions-78d2b20b.md

latest2.5 KB
Original Source

PopupPanelOptions.ShowMode Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(TokenEditPopupPanelShowMode.Default)]
[DXCategory("Behavior")]
public TokenEditPopupPanelShowMode ShowMode { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(TokenEditPopupPanelShowMode.Default)>
Public Property ShowMode As TokenEditPopupPanelShowMode

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.TokenEditPopupPanelShowModeDefault

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 TypePath 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

PopupPanel

Location

PopupPanelOptions Class

PopupPanelOptions Members

DevExpress.XtraEditors Namespace