Back to Devexpress

DockPanel.Bounds Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-200a74d9.md

latest1.3 KB
Original Source

DockPanel.Bounds Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public Rectangle Bounds { get; set; }
vb
<DXCategory("Layout")>
Public Property Bounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

Location

Size

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace