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

DocumentManager.Bounds Property

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

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

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

See Also