Skip to main content

GroupControl.DisplayRectangle Property

Gets the bounds of the control’s client region.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Rectangle

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

See Also