Back to Devexpress

DocumentManager.Bounds Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-19df8518.md

latest1.5 KB
Original Source

DocumentManager.Bounds Property

Gets the bounding rectangle of the area occupied by the DocumentManager.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Rectangle

A Rectangle structure which is the bounding rectangle of the DocumentManager.

|

See Also

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace