Skip to main content
A newer version of this page is available. .

PopupPanelOptions.Location Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(TokenEditPopupPanelLocation.Default)]
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