Skip to main content

PanelControl.DisplayRectangle Property

Gets the bounds of the panel’s client region.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

Declaration

public override Rectangle DisplayRectangle { get; }

Property Value

Type Description
Rectangle

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

See Also