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.v20.2.dll
Declaration
[DXCategory("Layout")]
[Browsable(true)]
public Point Location { get; set; }
<DXCategory("Layout")>
<Browsable(True)>
Public Property Location As Point
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
Feedback