DocumentManager.Bounds Property
Gets the bounding rectangle of the area occupied by the DocumentManager.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v26.1.dll
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