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