Back to Devexpress

GroupControl.DisplayRectangle Property

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-a35ad455.md

latest1.3 KB
Original Source

GroupControl.DisplayRectangle Property

Gets the bounds of the control’s client region.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

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 control’s client region.

|

See Also

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace