Skip to main content
Bar

BarDockControl.Location Property

Gets or sets the location of the BarDockControl.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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