Skip to main content
A newer version of this page is available. .
Bar

BarDockControl.Location Property

Gets or sets the location of the BarDockControl.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public Point Location { get; set; }

Property Value

Type Description
Point

A System.Point structure that specifies the control’s location relative to the owner’s top left corner.

Remarks

This property is initialized automatically. It’s not possible to change the location of a bar dock control manually at runtime.

See Also