Back to Devexpress

DockPanel.Location Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-eba0b0c4.md

latest1.4 KB
Original Source

DockPanel.Location Property

Gets or sets the dock panel’s location.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Point

A Point structure that specifies the coordinates of the panel’s upper-left corner, relative to the upper-left corner of its container.

|

See Also

FloatLocation

Size

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace