Skip to main content

DocumentManager.Bounds Property

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

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

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

See Also