Back to Devexpress

PanelControl.DisplayRectangle Property

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-4a78cf5e.md

latest1.3 KB
Original Source

PanelControl.DisplayRectangle Property

Gets the bounds of the panel’s client region.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public override Rectangle DisplayRectangle { get; }
vb
Public Overrides ReadOnly Property DisplayRectangle As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace