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

Gets or sets the display location for the FlyoutPanel assigned to this TokenEdit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Default Description
DevExpress.XtraEditors.TokenEditPopupPanelLocation Default

A DevExpress.XtraEditors.TokenEditPopupPanelLocation enumerator value that is the display location for the FlyoutPanel assigned to this TokenEdit.

#Property Paths

You can access this nested property as listed below:

Object Type Path to Location
RepositoryItemTokenEdit
.PopupPanelOptions .Location

#Remarks

The Location property allows you to set the position of a flyout panel assigned to the editor’s RepositoryItemTokenEdit.PopupPanel property. You may choose from AboveToken, BelowToken, OnMouseCursor and Default (similar to AboveToken) values.

Note

Setting the Location property to the AboveToken or BelowToken value does not force the panel to be displayed only above or below tokens respectively. If there is not enough space to display the panel at the desired location, it will be shown on the token’s opposite side.

See Also