Back to Devexpress

DockPanel.XtraBounds Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-d91ab559.md

latest1.4 KB
Original Source

DockPanel.XtraBounds Property

Gets or sets the dock panel’s bounds.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public Rectangle XtraBounds { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty>
Public Property XtraBounds As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle structure representing the dock panel’s bounds.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace