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

XtraTabbedMdiManager.Bounds Property

Gets the bounding rectangle of the multiple document interface (MDI) client.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Rectangle

A Rectangle structure which represents the bounding rectangle of the MDI client.

See Also