Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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