Skip to main content
Bar

StandaloneBarDockControl.Location Property

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
[Browsable(true)]
public Point Location { get; set; }

Property Value

Type Description
Point

The Point structure that represents the upper-left corner of the control relative to the upper-left corner of its container.

See Also