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

XtraTabControl.DisplayRectangle Property

Gets the bounds of the tab page’s client region.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Rectangle

A Rectangle structure which represents the bounding rectangle of the tab page’s client region.

See Also