Back to Devexpress

XtraTabControl.DisplayRectangle Property

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

latest1.2 KB
Original Source

XtraTabControl.DisplayRectangle Property

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

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override Rectangle DisplayRectangle { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property DisplayRectangle 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