Skip to main content

XtraTabbedMdiManager.Bounds Property

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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