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

DockPanel.Bounds Property

Gets or sets the dock panel’s size and location.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Layout")]
public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the dock panel’s bounding rectangle.

See Also