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. |
Default | A DevExpress. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Location |
---|---|
Repository |
|
#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 Above