Back to Devexpress

PopupPanelOptions.Location Property

windowsforms-devexpress-dot-xtraeditors-dot-popuppaneloptions-3df75211.md

latest2.8 KB
Original Source

PopupPanelOptions.Location Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.TokenEditPopupPanelLocationDefault

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

PopupPanel

PopupPanelOptions

PopupPanelOptions Class

PopupPanelOptions Members

DevExpress.XtraEditors Namespace