Back to Devexpress

FlyoutPanelOptions.Location Property

windowsforms-devexpress-dot-utils-dot-flyoutpaneloptions-04cd3440.md

latest1.8 KB
Original Source

FlyoutPanelOptions.Location Property

Gets or sets the display position of the FlyoutPanel when the FlyoutPanelOptions.AnchorType property is set to Manual. The position is relative to the owner’s top left corner.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Layout")]
public Point Location { get; set; }
vb
<DXCategory("Layout")>
Public Property Location As Point

Property Value

TypeDescription
Point

The display position of the FlyoutPanel when the AnchorType property is set to Manual, in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Location
FlyoutPanel

.Options .Location

|

See Also

AnchorType

ShowPopup

FlyoutPanelOptions Class

FlyoutPanelOptions Members

DevExpress.Utils Namespace