Skip to main content

XtraTabControl.PageClientBounds Property

Gets the bounding rectangle of a tab page’s client region.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Rectangle

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

See Also