BarDockControl.Location Property
Gets or sets the location of the BarDockControl.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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