Back to Devexpress

XtraTabControl.PageClientBounds Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-a5b5b271.md

latest1.2 KB
Original Source

XtraTabControl.PageClientBounds Property

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

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual Rectangle PageClientBounds { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property PageClientBounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace